[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java

noreply at shibboleth.net noreply at shibboleth.net
Sat Jan 26 05:52:34 EST 2013


Author: rdw
Date: Sat Jan 26 05:52:34 2013
New Revision: 3171

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3171&view=rev
Log:
Typo in javadoc

Modified:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java

Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java?rev=3171&r1=3170&r2=3171&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/AttributeStatement.java Sat Jan 26 05:52:34 2013
@@ -43,16 +43,16 @@
         new QName(SAMLConstants.SAML20_NS, TYPE_LOCAL_NAME, SAMLConstants.SAML20_PREFIX);
 
     /**
-     * Gets the attribtues expressed in this statement.
+     * Gets the attributes expressed in this statement.
      * 
-     * @return the attribtues expressed in this statement
+     * @return the attributes expressed in this statement
      */
     public List<Attribute> getAttributes();
 
     /**
-     * Gets the encrypted attribtues expressed in this statement.
+     * Gets the encrypted attributes expressed in this statement.
      * 
-     * @return the encrypted attribtues expressed in this statement
+     * @return the encrypted attributes expressed in this statement
      */
     public List<EncryptedAttribute> getEncryptedAttributes();
 



More information about the commits mailing list