We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec76d commit 1795ca3Copy full SHA for 1795ca3
src/org/chrisle/netbeans/plugins/nbscratchfile/CreateScratchFile.java
@@ -19,7 +19,6 @@
19
import javax.swing.KeyStroke;
20
import javax.swing.SwingUtilities;
21
import netscape.javascript.JSObject;
22
-import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
23
import org.openide.awt.ActionID;
24
import org.openide.awt.ActionReference;
25
import org.openide.awt.ActionReferences;
src/org/chrisle/netbeans/plugins/nbscratchfile/model/NbScratchFileViewModel.java renamed to src/org/chrisle/netbeans/plugins/nbscratchfile/NbScratchFileViewModel.java
@@ -1,4 +1,4 @@
1
-package org.chrisle.netbeans.plugins.nbscratchfile.model;
+package org.chrisle.netbeans.plugins.nbscratchfile;
2
3
import java.io.IOException;
4
import java.nio.file.FileAlreadyExistsException;
0 commit comments