Skip to content

Commit db74431

Browse files
committed
SCMSourceRetrieverTest.java: cleanup imports
1 parent d67c2d1 commit db74431

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetrieverTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@
4242
import hudson.model.TaskListener;
4343
import hudson.plugins.git.GitSCM;
4444
import hudson.plugins.git.BranchSpec;
45-
import hudson.remoting.VirtualChannel;
4645
import hudson.scm.ChangeLogSet;
4746
import hudson.scm.SCM;
4847
import hudson.slaves.EnvironmentVariablesNodeProperty;
4948
import hudson.slaves.NodeProperty;
5049
import hudson.slaves.NodePropertyDescriptor;
5150
import hudson.slaves.OfflineCause;
5251
import hudson.slaves.WorkspaceList;
53-
import hudson.slaves.WorkspaceList;
52+
5453
import java.io.File;
5554
import java.io.IOException;
5655
import java.lang.reflect.Field;
@@ -66,7 +65,6 @@
6665
import jenkins.branch.BranchProperty;
6766
import jenkins.branch.BranchSource;
6867
import jenkins.branch.DefaultBranchPropertyStrategy;
69-
import jenkins.model.Jenkins;
7068
import jenkins.plugins.git.GitSCMSource;
7169
import jenkins.plugins.git.GitSampleRepoRule;
7270
import jenkins.scm.api.SCMHead;

0 commit comments

Comments
 (0)