[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRol...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 6 14:33:24 EDT 2014


Author: putmanb
Date: Fri Jun  6 14:33:24 2014
New Revision: 373

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=373&view=rev
Log:
Some work on JSPT-45: Implement class and method renames for new naming convention for any remaining components.

Modified:
    trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRoleFilterStage.java

Modified: trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRoleFilterStage.java
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRoleFilterStage.java?rev=373&r1=372&r2=373&view=diff
==============================================================================
--- trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRoleFilterStage.java (original)
+++ trunk/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/EntityRoleFilterStage.java Fri Jun  6 14:33:24 2014
@@ -34,7 +34,7 @@
 import net.shibboleth.utilities.java.support.annotation.constraint.NullableElements;
 import net.shibboleth.utilities.java.support.annotation.constraint.Unmodifiable;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
-import net.shibboleth.utilities.java.support.xml.DomTypeSupport;
+import net.shibboleth.utilities.java.support.xml.DOMTypeSupport;
 import net.shibboleth.utilities.java.support.xml.ElementSupport;
 import net.shibboleth.utilities.java.support.xml.QNameSupport;
 
@@ -305,7 +305,7 @@
             roleIdentifier = null;
 
             if (Objects.equal(childQName, ROLE_DESCRIPTOR_NAME)) {
-                roleIdentifier = DomTypeSupport.getXSIType(child);
+                roleIdentifier = DOMTypeSupport.getXSIType(child);
             } else if (namedRoles.contains(childQName)) {
                 roleIdentifier = childQName;
             } else {



More information about the commits mailing list