[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttrib...

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 28 05:20:17 EST 2014


Author: rdw
Date: Tue Jan 28 05:20:17 2014
New Revision: 5253

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5253&view=rev
Log:
Typo in Javadoc

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeEncoder.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeEncoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeEncoder.java?rev=5253&r1=5252&r2=5253&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeEncoder.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/nameid/NameIdentifierAttributeEncoder.java Tue Jan 28 05:20:17 2014
@@ -17,12 +17,12 @@
 
 package net.shibboleth.idp.saml.nameid;
 
+import net.shibboleth.idp.attribute.AttributeEncoder;
+
 import org.opensaml.saml.common.SAMLObject;
 
-import net.shibboleth.idp.attribute.AttributeEncoder;
-
 /**
- * Marker interface for {@link AttributeEncoder} that prooduces SAML name identifiers
+ * Marker interface for {@link AttributeEncoder} that produces SAML name identifiers
  * instead of attributes.
  * 
  * @param <NameIdType>  type of object produced



More information about the commits mailing list