Skip to content

Commit

Permalink
[FIXED JENKINS-23199]
Browse files Browse the repository at this point in the history
Organise imports
  • Loading branch information
antoine-aumjaud committed May 27, 2014
1 parent 4a26403 commit 1b057cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
@@ -1,18 +1,18 @@
package hudson.plugins.fitnesse;

import hudson.EnvVars;
import hudson.Extension;
import hudson.Launcher;
import hudson.Util;
import hudson.model.BuildListener;
import hudson.model.ModelObject;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
import hudson.model.Descriptor;
import hudson.model.ModelObject;
import hudson.slaves.EnvironmentVariablesNodeProperty;
import hudson.tasks.BuildStepDescriptor;
import hudson.tasks.Builder;
import hudson.util.FormValidation;
import hudson.EnvVars;

import java.io.File;
import java.io.IOException;
Expand Down

0 comments on commit 1b057cf

Please sign in to comment.