[java-support] 02/02: Remove unused import

Ian Young ian at iay.org.uk
Tue Mar 1 17:06:22 UTC 2022


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

iay pushed a commit to branch main
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=d154dcb7e059bfeb7b5738aa3ab5ddd719038d57

commit d154dcb7e059bfeb7b5738aa3ab5ddd719038d57
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Mar 1 17:06:09 2022 +0000

    Remove unused import
---
 src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java b/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
index 2ee7344..e85fb7c 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
@@ -31,8 +31,6 @@ import java.util.Map;
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 
-import com.google.common.annotations.Beta;
-
 import net.shibboleth.utilities.java.support.collection.LazyList;
 import net.shibboleth.utilities.java.support.collection.Pair;
 import net.shibboleth.utilities.java.support.primitive.StringSupport;

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


More information about the commits mailing list