Clean up warnings

This commit is contained in:
2008-06-09 14:38:46 +00:00
parent 2658e3eb82
commit 1f33af43a8
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ import java.awt.Color;
import javax.swing.JPanel;
import com.webcodepro.applecommander.storage.FormattedDisk;
public class DiskExplorer extends JPanel {
public DiskExplorer() {
@ -13,7 +11,7 @@ public class DiskExplorer extends JPanel {
}
/**
*
* serialVersionUID, to keep Eclipse happy
*/
private static final long serialVersionUID = 4981722122357764174L;