Skip to content

Commit 039579e

Browse files
Phillip KrallPhillip Krall
authored andcommitted
Fix the import order
1 parent 402930d commit 039579e

File tree

1 file changed

+4
-2
lines changed
  • net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd

1 file changed

+4
-2
lines changed

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/ReviewCodeCmd.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@
7171
import org.eclipse.ui.IWorkbenchWindow;
7272
import org.eclipse.ui.PlatformUI;
7373

74-
import name.herlin.command.CommandException;
75-
import name.herlin.command.Timer;
7674
import net.sourceforge.pmd.Rule;
7775
import net.sourceforge.pmd.RuleSet;
7876
import net.sourceforge.pmd.eclipse.plugin.PMDPlugin;
@@ -84,6 +82,10 @@
8482
import net.sourceforge.pmd.eclipse.ui.actions.RuleSetUtil;
8583
import net.sourceforge.pmd.util.StringUtil;
8684

85+
import name.herlin.command.CommandException;
86+
import name.herlin.command.Timer;
87+
88+
8789
/**
8890
* This command executes the PMD engine on a specified resource
8991
*

0 commit comments

Comments
 (0)