[java-opensaml COMMIT] in /trunk/opensaml-saml-api/src/test/java/org/opensaml/saml: saml1/profile/SAML1ActionTestingS...

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 30 14:19:54 EST 2013


Author: scantor
Date: Mon Dec 30 14:19:54 2013
New Revision: 3535

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

Modified:
    trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml1/profile/SAML1ActionTestingSupport.java
    trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java

Modified: trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml1/profile/SAML1ActionTestingSupport.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml1/profile/SAML1ActionTestingSupport.java?rev=3535&r1=3534&r2=3535&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml1/profile/SAML1ActionTestingSupport.java (original)
+++ trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml1/profile/SAML1ActionTestingSupport.java Mon Dec 30 14:19:54 2013
@@ -48,7 +48,7 @@
     public final static String ASSERTION_ID = "assertion";
 
     /**
-     * Builds an empty response. The ID of the message is {@link SamlActionTestingSupport#OUTBOUND_MSG_ID}, the issues
+     * Builds an empty response. The ID of the message is {@link SamlActionTestingSupport#OUTBOUND_MSG_ID}, the issue
      * instant is 1970-01-01T00:00:00Z and the SAML version is {@link SAMLVersion#VERSION_11}.
      * 
      * @return the constructed response
@@ -67,7 +67,7 @@
     }
 
     /**
-     * Builds an empty assertion. The ID of the message is {@link #ASSERTION_ID}, the issues instant is
+     * Builds an empty assertion. The ID of the message is {@link #ASSERTION_ID}, the issue instant is
      * 1970-01-01T00:00:00Z and the SAML version is {@link SAMLVersion#VERSION_11}.
      * 
      * @return the constructed assertion

Modified: trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java?rev=3535&r1=3534&r2=3535&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java (original)
+++ trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java Mon Dec 30 14:19:54 2013
@@ -48,7 +48,7 @@
     public final static String ASSERTION_ID = "assertion";
 
     /**
-     * Builds an empty response. The ID of the message is {@link SamlActionTestingSupport#OUTBOUND_MSG_ID}, the issues
+     * Builds an empty response. The ID of the message is {@link SamlActionTestingSupport#OUTBOUND_MSG_ID}, the issue
      * instant is 1970-01-01T00:00:00Z and the SAML version is {@link SAMLVersion#VERSION_11}.
      * 
      * @return the constructed response
@@ -67,7 +67,7 @@
     }
 
     /**
-     * Builds an empty assertion. The ID of the message is {@link #ASSERTION_ID}, the issues instant is
+     * Builds an empty assertion. The ID of the message is {@link #ASSERTION_ID}, the issue instant is
      * 1970-01-01T00:00:00Z and the SAML version is {@link SAMLVersion#VERSION_11}.
      * 
      * @return the constructed assertion



More information about the commits mailing list