Skip to content

Commit

Permalink
Cleanup - Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Feb 14, 2019
1 parent 79a67e3 commit 15b92e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jvnet/hudson/test/HudsonPageCreator.java
Expand Up @@ -28,10 +28,8 @@
import com.gargoylesoftware.htmlunit.WebResponse;
import com.gargoylesoftware.htmlunit.WebWindow;
import com.gargoylesoftware.htmlunit.PageCreator;
import org.apache.commons.lang3.StringUtils;

import java.io.IOException;
import java.io.InputStream;
import java.util.Locale;

/**
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
Expand Up @@ -118,7 +118,6 @@
import net.sf.json.JSONObject;
import net.sourceforge.htmlunit.corejs.javascript.Context;
import net.sourceforge.htmlunit.corejs.javascript.ContextFactory;
import net.sourceforge.htmlunit.corejs.javascript.ContextFactory.Listener;

import org.acegisecurity.AuthenticationException;
import org.acegisecurity.BadCredentialsException;
Expand Down
Expand Up @@ -24,7 +24,6 @@
package org.jvnet.hudson.test;

import org.eclipse.jetty.util.component.AbstractLifeCycle;
import org.eclipse.jetty.webapp.AbstractConfiguration;
import org.eclipse.jetty.webapp.WebAppContext;

import javax.servlet.ServletContextListener;
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/org/jvnet/hudson/test/JenkinsRuleTest.java
Expand Up @@ -2,16 +2,13 @@

import com.gargoylesoftware.htmlunit.Page;
import com.gargoylesoftware.htmlunit.WebRequest;
import hudson.model.UnprotectedRootAction;
import hudson.model.User;
import hudson.util.HttpResponses;
import jenkins.security.ApiTokenProperty;
import net.sf.json.JSONObject;
import org.junit.Rule;
import org.junit.Test;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.DataBoundSetter;
import org.kohsuke.stapler.HttpResponse;
import org.xml.sax.SAXException;

import java.io.IOException;
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.junit.Test;
import static org.junit.Assert.*;
import org.junit.Rule;
import org.jvnet.hudson.main.UseRecipesWithJenkinsRuleTest;
import org.jvnet.hudson.test.JenkinsRule;

/**
Expand Down

0 comments on commit 15b92e2

Please sign in to comment.