Skip to content

Commit

Permalink
[JENKINS-14494] Removed unnecessary imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Aug 22, 2013
1 parent d172222 commit 4b03cee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -41,7 +41,6 @@
import org.jenkins_ci.plugins.run_condition.RunCondition;
import org.jenkins_ci.plugins.run_condition.core.AlwaysRun;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.Stapler;

import java.io.IOException;
import java.util.Collection;
Expand Down
Expand Up @@ -30,7 +30,6 @@
import hudson.matrix.MatrixAggregatable;
import hudson.matrix.MatrixAggregator;
import hudson.matrix.MatrixBuild;
import hudson.matrix.MatrixProject;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
Expand Down

0 comments on commit 4b03cee

Please sign in to comment.