[java-identity-provider COMMIT] in /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml: authn/principal/NameIde...

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 17 11:48:05 EST 2014


Author: iay
Date: Wed Dec 17 11:48:05 2014
New Revision: 7153

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7153&view=rev
Log:
Javadoc fixes.

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/authn/principal/NameIdentifierPrincipal.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/binding/BindingDescriptor.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/authn/principal/NameIdentifierPrincipal.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/authn/principal/NameIdentifierPrincipal.java?rev=7153&r1=7152&r2=7153&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/authn/principal/NameIdentifierPrincipal.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/authn/principal/NameIdentifierPrincipal.java Wed Dec 17 11:48:05 2014
@@ -59,8 +59,8 @@
         return name;
     }
     
-    /** Get the {@link NameIdentifier). 
-     * @return the nameIdentifi
+    /** Get the {@link NameIdentifier}. 
+     * @return the nameIdentifier
      */
     @Nonnull public NameIdentifier getNameIdentifier() {
         return nameIdentifier;

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/binding/BindingDescriptor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/binding/BindingDescriptor.java?rev=7153&r1=7152&r2=7153&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/binding/BindingDescriptor.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/binding/BindingDescriptor.java Wed Dec 17 11:48:05 2014
@@ -43,7 +43,6 @@
      * Set the Spring bean ID of the binding's {@link org.opensaml.messaging.encoder.MessageEncoder}.
      * 
      * @param id bean ID of message encoder
-     * @return 
      */
     public void setEncoderBeanId(@Nullable final String id) {
         encoderBeanId = StringSupport.trimOrNull(id);



More information about the commits mailing list