[java-identity-provider] branch main updated: Remove pointless imports

Rod Widdowson rdw at steadingsoftware.com
Sun Sep 20 14:36:55 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6cbd21df3cdd7157c7f0629db0aa6a09bf50c1d0

The following commit(s) were added to refs/heads/main by this push:
       new  6cbd21df3 Remove pointless imports
6cbd21df3 is described below

commit 6cbd21df3cdd7157c7f0629db0aa6a09bf50c1d0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Sep 20 15:20:01 2020 +0100

    Remove pointless imports
---
 .../java/net/shibboleth/idp/installer/plugin/impl/BasePluginTest.java   | 1 -
 .../java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java    | 2 --
 2 files changed, 3 deletions(-)

diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/BasePluginTest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/BasePluginTest.java
index 5b377e467..de117cd9c 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/BasePluginTest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/BasePluginTest.java
@@ -31,7 +31,6 @@ import org.testng.annotations.AfterSuite;
 import org.testng.annotations.BeforeSuite;
 
 import net.shibboleth.idp.installer.InstallerSupport;
-import net.shibboleth.idp.installer.plugin.impl.PluginInstaller;
 
 /**
  * set up state for testing.
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
index efe4ed1e4..b240d0f70 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
@@ -35,8 +35,6 @@ import org.testng.annotations.Test;
 import net.shibboleth.ext.spring.cli.AbstractCommandLine;
 import net.shibboleth.ext.spring.resource.HTTPResource;
 import net.shibboleth.idp.installer.ProgressReportingOutputStream;
-import net.shibboleth.idp.installer.plugin.impl.PluginInstaller;
-import net.shibboleth.idp.installer.plugin.impl.PluginInstallerCLI;
 import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
 
 @SuppressWarnings("javadoc")

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list