[java-opensaml COMMIT] /trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
noreply at shibboleth.net
noreply at shibboleth.net
Sun Dec 7 14:40:11 EST 2014
Author: scantor
Date: Sun Dec 7 14:40:10 2014
New Revision: 4179
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4179&view=rev
Log:
Fix miscapitalized method name.
Modified:
trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
Modified: trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java?rev=4179&r1=4178&r2=4179&view=diff
==============================================================================
--- trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java (original)
+++ trunk/opensaml-core/src/main/java/org/opensaml/core/xml/util/XMLObjectSupport.java Sun Dec 7 14:40:10 2014
@@ -465,7 +465,7 @@
* @param typeOrName the element name or type
* @return an XMLObject unmarshaller, or null if no provider registered
*/
- public static Unmarshaller getunmarshaller(QName typeOrName) {
+ public static Unmarshaller getUnmarshaller(QName typeOrName) {
return getProviderRegistry().getUnmarshallerFactory().getUnmarshaller(typeOrName);
}
More information about the commits
mailing list