Skip to content

Commit 2750909

Browse files
Phillip KrallPhillip Krall
authored andcommitted
Fix imports
1 parent 039579e commit 2750909

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/builder/PMDBuilder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
import org.eclipse.core.runtime.IStatus;
1313
import org.eclipse.core.runtime.Status;
1414

15-
import name.herlin.command.CommandException;
1615
import net.sourceforge.pmd.eclipse.plugin.PMDPlugin;
1716
import net.sourceforge.pmd.eclipse.runtime.cmd.ReviewCodeCmd;
1817

18+
import name.herlin.command.CommandException;
19+
1920
/**
2021
* Implements an incremental builder for PMD. Use ResourceVisitor and
2122
* DeltaVisitor to process each file of the project.

0 commit comments

Comments
 (0)