Skip to content

Commit 402930d

Browse files
Phillip KrallPhillip Krall
authored andcommitted
Remove unused import
1 parent 85a7486 commit 402930d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

15+
import name.herlin.command.CommandException;
1516
import net.sourceforge.pmd.eclipse.plugin.PMDPlugin;
1617
import net.sourceforge.pmd.eclipse.runtime.cmd.ReviewCodeCmd;
1718

18-
import name.herlin.command.CommandException;
19-
2019
/**
2120
* Implements an incremental builder for PMD. Use ResourceVisitor and
2221
* DeltaVisitor to process each file of the project.

0 commit comments

Comments
 (0)