[java-metadata-aggregator] branch master updated: Update reference to newly moved impl class.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 21 12:26:43 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=7a1faf172854bb37daf71c862a9626fb02f58514
The following commit(s) were added to refs/heads/master by this push:
new 7a1faf1 Update reference to newly moved impl class.
7a1faf1 is described below
commit 7a1faf172854bb37daf71c862a9626fb02f58514
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 21 12:26:41 2019 -0400
Update reference to newly moved impl class.
---
.../src/main/java/net/shibboleth/metadata/dom/saml/GenerateIdStage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/GenerateIdStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/GenerateIdStage.java
index e661022..352a7c6 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/GenerateIdStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/GenerateIdStage.java
@@ -28,7 +28,7 @@ import net.shibboleth.metadata.pipeline.AbstractIteratingStage;
import net.shibboleth.metadata.pipeline.StageProcessingException;
import net.shibboleth.utilities.java.support.logic.Constraint;
import net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy;
-import net.shibboleth.utilities.java.support.security.Type4UUIDIdentifierGenerationStrategy;
+import net.shibboleth.utilities.java.support.security.impl.Type4UUIDIdentifierGenerationStrategy;
import net.shibboleth.utilities.java.support.xml.AttributeSupport;
/** A stage that populates the ID attribute of an EntitiesDescriptor or EntityDescriptor. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list