Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuster committed Jan 8, 2016
1 parent 83bc9d3 commit 9ce3b9d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiFile;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.LocalFileSystem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

public class FilePathValidator {
private String sourcePath;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

import com.intellij.openapi.project.Project;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

import java.io.File;
import java.io.FileWriter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.ydp.idea.ts.spec.generator.actions;
package eu.ydp.idea.ts.spec.generator;

import org.apache.commons.lang.StringUtils;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.VirtualFileManager;
import com.intellij.psi.PsiFile;
import eu.ydp.idea.ts.spec.generator.*;

import java.io.File;

Expand Down

0 comments on commit 9ce3b9d

Please sign in to comment.