Skip to content

Commit

Permalink
Remove unused imports (jenkinsci#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Apr 28, 2023
1 parent 2b9ea7d commit ac929a2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import java.util.logging.Logger;

import com.browserup.bup.BrowserUpProxy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import java.lang.annotation.Annotation;
import java.lang.reflect.AnnotatedElement;
import java.util.Collection;
import java.util.Comparator;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.time.Instant;
import java.time.ZoneId;
import java.util.concurrent.Callable;
import java.util.concurrent.TimeUnit;

import org.hamcrest.Matcher;
import org.hamcrest.StringDescription;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.file.DirectoryStream;
import java.nio.file.FileSystem;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.jenkinsci.test.acceptance.po;

import java.time.Duration;
import java.util.concurrent.TimeUnit;

import edu.umd.cs.findbugs.annotations.Nullable;

Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/jenkinsci/test/acceptance/po/Slave.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.jenkinsci.test.acceptance.po;

import hudson.util.VersionNumber;
import java.util.regex.Pattern;

import org.jenkinsci.test.acceptance.Matcher;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.openqa.selenium.Capabilities;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;

import java.io.File;
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/plugins/OwnershipPluginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import org.jenkinsci.test.acceptance.Matcher;
import org.jenkinsci.test.acceptance.Matchers;
import org.jenkinsci.test.acceptance.junit.AbstractJUnitTest;
import org.junit.Assume;
import org.junit.Ignore;
import org.jvnet.hudson.test.Issue;
import org.jenkinsci.test.acceptance.junit.Since;
import org.jenkinsci.test.acceptance.junit.WithPlugins;
Expand Down

0 comments on commit ac929a2

Please sign in to comment.