[java-opensaml2 COMMIT] /branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 6 15:10:35 EST 2013


Author: scantor
Date: Wed Mar  6 15:10:35 2013
New Revision: 1626

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1626&view=rev
Log:
Type QName was incorrect, wasn't fixed when element was.

Modified:
    branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java

Modified: branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java?rev=1626&r1=1625&r2=1626&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/xacml/ctx/MissingAttributeDetailType.java Wed Mar  6 15:10:35 2013
@@ -38,8 +38,8 @@
     public static final String SCHEMA_TYPE_LOCAL_NAME = "MissingAttributeDetailType";
 
     /** QName of the XSI type. */
-    public static final QName SCHEMA_TYPE_NAME = new QName(XACMLConstants.XACML20_NS, SCHEMA_TYPE_LOCAL_NAME,
-            XACMLConstants.XACML_PREFIX);
+    public static final QName SCHEMA_TYPE_NAME = new QName(XACMLConstants.XACML20CTX_NS, SCHEMA_TYPE_LOCAL_NAME,
+            XACMLConstants.XACMLCONTEXT_PREFIX);
 
     /** AttributeId attribute name. */
     public static final String ATTRIBUTE_ID_ATTRIB_NAME = "AttributeId";



More information about the commits mailing list