[java-opensaml COMMIT] /trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesign...

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 3 11:03:25 EDT 2012


Author: rdw
Date: Tue Jul  3 11:03:25 2012
New Revision: 3074

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3074&view=rev
Log:
OSJ-16 SubjectAttributeDescignators have their own implementation - bugfix the unmarshaller

Modified:
    trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesignatorTypeUnmarshaller.java

Modified: trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesignatorTypeUnmarshaller.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesignatorTypeUnmarshaller.java?rev=3074&r1=3073&r2=3074&view=diff
==============================================================================
--- trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesignatorTypeUnmarshaller.java (original)
+++ trunk/opensaml-xacml-impl/src/main/java/org/opensaml/xacml/policy/impl/SubjectAttributeDesignatorTypeUnmarshaller.java Tue Jul  3 11:03:25 2012
@@ -26,7 +26,7 @@
 /**
  * Unmarshaller for {@link SubjectAttributeDesignatorType}.
  */
-public class SubjectAttributeDesignatorTypeUnmarshaller extends AttributeValueTypeUnmarshaller {
+public class SubjectAttributeDesignatorTypeUnmarshaller extends AttributeDesignatorTypeUnmarshaller {
 
     /** Constructor. */
     public SubjectAttributeDesignatorTypeUnmarshaller() {



More information about the commits mailing list