Skip to content

Commit 1795ca3

Browse files
committed
Moved the viewmodel back to the root folder.
1 parent 2aec76d commit 1795ca3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/org/chrisle/netbeans/plugins/nbscratchfile/CreateScratchFile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import javax.swing.KeyStroke;
2020
import javax.swing.SwingUtilities;
2121
import netscape.javascript.JSObject;
22-
import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
2322
import org.openide.awt.ActionID;
2423
import org.openide.awt.ActionReference;
2524
import org.openide.awt.ActionReferences;

src/org/chrisle/netbeans/plugins/nbscratchfile/model/NbScratchFileViewModel.java renamed to src/org/chrisle/netbeans/plugins/nbscratchfile/NbScratchFileViewModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.chrisle.netbeans.plugins.nbscratchfile.model;
1+
package org.chrisle.netbeans.plugins.nbscratchfile;
22

33
import java.io.IOException;
44
import java.nio.file.FileAlreadyExistsException;

0 commit comments

Comments
 (0)