- remove unused imports in Nifty Editor that fail to compile on JDK8 (?)
This commit is contained in:
Normen Hansen 2014-09-28 21:06:37 +02:00
parent e18ffccf8a
commit 4a0529d2cb

View File

@ -21,9 +21,6 @@ import org.openide.nodes.AbstractNode;
import org.openide.nodes.Children;
import org.openide.nodes.Node;
import org.openide.nodes.Sheet;
import org.openide.util.Exceptions;
import sun.beans.editors.BoolEditor;
import sun.beans.editors.BooleanEditor;
/**
*