Skip to content

Commit

Permalink
Moved the viewmodel back to the root folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris2011 committed Sep 15, 2017
1 parent 2aec76d commit 1795ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import javax.swing.KeyStroke;
import javax.swing.SwingUtilities;
import netscape.javascript.JSObject;
import org.chrisle.netbeans.plugins.nbscratchfile.model.NbScratchFileViewModel;
import org.openide.awt.ActionID;
import org.openide.awt.ActionReference;
import org.openide.awt.ActionReferences;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.chrisle.netbeans.plugins.nbscratchfile.model;
package org.chrisle.netbeans.plugins.nbscratchfile;

import java.io.IOException;
import java.nio.file.FileAlreadyExistsException;
Expand Down

0 comments on commit 1795ca3

Please sign in to comment.