[java-support] branch main updated: Remove spurious import
Rod Widdowson
rdw at steadingsoftware.com
Tue Sep 29 12:16:36 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw 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=e696afa3f406814328cf91668d2b4ac13309628d
The following commit(s) were added to refs/heads/main by this push:
new e696afa Remove spurious import
e696afa is described below
commit e696afa3f406814328cf91668d2b4ac13309628d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 29 13:15:27 2020 +0100
Remove spurious import
---
.../net/shibboleth/utilities/java/support/net/HttpServletSupport.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java b/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
index 3a2d9d8..5c0d3cf 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
@@ -27,7 +27,6 @@ import javax.annotation.Nonnull;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
-import com.google.common.annotations.Beta;
import com.google.common.net.MediaType;
import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElements;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list