[java-idp-testbed] branch main updated: Rename collections package.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 26 15:08:08 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=c639c2fbe38b6cf42cde234a3954144667f014a2
The following commit(s) were added to refs/heads/main by this push:
new c639c2f Rename collections package.
c639c2f is described below
commit c639c2fbe38b6cf42cde234a3954144667f014a2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 26 11:08:05 2022 -0400
Rename collections package.
---
src/main/java/sp/CASController.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/sp/CASController.java b/src/main/java/sp/CASController.java
index 4cf9e91..0461377 100644
--- a/src/main/java/sp/CASController.java
+++ b/src/main/java/sp/CASController.java
@@ -33,9 +33,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import net.shibboleth.idp.cas.protocol.ProtocolParam;
+import net.shibboleth.shared.collection.Pair;
import net.shibboleth.shared.net.HttpServletSupport;
import net.shibboleth.shared.net.URLBuilder;
-import net.shibboleth.utilities.java.support.collection.Pair;
@Controller
@RequestMapping("/CAS")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list