[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifier...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 30 06:40:43 EST 2014


Author: rdw
Date: Thu Jan 30 06:40:43 2014
New Revision: 3587

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3587&view=rev
Log:
Javadoc

Modified:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifierGenerator.java

Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifierGenerator.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifierGenerator.java?rev=3587&r1=3586&r2=3587&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifierGenerator.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/AbstractNameIdentifierGenerator.java Thu Jan 30 06:40:43 2014
@@ -54,16 +54,16 @@
     /** A predicate indicating whether the component applies to a request. */
     @Nonnull private Predicate<ProfileRequestContext> activationCondition;
     
-    /** Flag allowing qualifier(s) to be ommitted when they would match defaults or are not set. */
+    /** Flag allowing qualifier(s) to be omitted when they would match defaults or are not set. */
     private boolean omitQualifiers; 
     
     /** The identifier Format supported. */
     @NonnullAfterInit @NotEmpty private String format;
     
-    /** Explicit NqmeQualifier, if any. */
+    /** Explicit NameQualifier, if any. */
     @Nullable private String idpNameQualifier; 
 
-    /** Explicit SPNqmeQualifier, if any. */
+    /** Explicit SPNameQualifier, if any. */
     @Nullable private String spNameQualifier;
     
     /** SPProvidedID, if any. */



More information about the commits mailing list