[java-xmltooling COMMIT] /branches/REL_1/src/main/resources/schema-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 21 18:22:28 GMT 2012


Author: lajoie
Date: Tue Feb 21 18:22:28 2012
New Revision: 748

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=748&view=rev
Log:
fix typo

Modified:
    branches/REL_1/src/main/resources/schema-config.xml

Modified: branches/REL_1/src/main/resources/schema-config.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/resources/schema-config.xml?rev=748&r1=747&r2=748&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/schema-config.xml (original)
+++ branches/REL_1/src/main/resources/schema-config.xml Tue Feb 21 18:22:28 2012
@@ -56,7 +56,7 @@
         <ObjectProvider qualifiedName="xs:boolean">
             <BuilderClass className="org.opensaml.xml.schema.impl.XSBooleanBuilder"/>
             <MarshallingClass className="org.opensaml.xml.schema.impl.XSBooleanMarshaller"/>
-            <UnmarshallingClass className="org.opensaml.xml.schema.impl.XS ooleanUnmarshaller"/>
+            <UnmarshallingClass className="org.opensaml.xml.schema.impl.XSBooleanUnmarshaller"/>
         </ObjectProvider>
         
     </ObjectProviders>



More information about the commits mailing list