[idwsfconsumer] branch master updated: Move ID generator into impl package.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 24 12:48:49 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=bb1ddb84d9072c1e9288399829ecdaaaa0ceab47
The following commit(s) were added to refs/heads/master by this push:
new bb1ddb8 Move ID generator into impl package.
bb1ddb8 is described below
commit bb1ddb84d9072c1e9288399829ecdaaaa0ceab47
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 24 12:48:47 2019 -0400
Move ID generator into impl package.
---
src/main/java/org/openliberty/xmltooling/wsa/MessageID.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/openliberty/xmltooling/wsa/MessageID.java b/src/main/java/org/openliberty/xmltooling/wsa/MessageID.java
index 05e263e..f756835 100644
--- a/src/main/java/org/openliberty/xmltooling/wsa/MessageID.java
+++ b/src/main/java/org/openliberty/xmltooling/wsa/MessageID.java
@@ -9,7 +9,7 @@ import java.util.UUID;
import javax.xml.namespace.QName;
-import net.shibboleth.utilities.java.support.security.SecureRandomIdentifierGenerationStrategy;
+import net.shibboleth.utilities.java.support.security.impl.SecureRandomIdentifierGenerationStrategy;
import net.shibboleth.utilities.java.support.xml.AttributeSupport;
import net.shibboleth.utilities.java.support.xml.ElementSupport;
import net.shibboleth.utilities.java.support.xml.QNameSupport;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list