[java-opensaml COMMIT] /trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 4 14:13:08 EST 2014
Author: tzeller
Date: Tue Feb 4 14:13:08 2014
New Revision: 3592
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3592&view=rev
Log:
Javadoc typos.
Modified:
trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java
Modified: trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java?rev=3592&r1=3591&r2=3592&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java (original)
+++ trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/Signer.java Tue Feb 4 14:13:08 2014
@@ -31,7 +31,7 @@
* A service class which is responsible for cryptographically computing and storing the
* actual digital signature content held within a {@link Signature} instance.
*
- * This must be done as a separate step because in order to support the following cases:
+ * This must be done as a separate step in order to support the following cases:
* <ul>
* <li>Multiple signable objects appear in the DOM tree, in which case the order that the objects should be signed in
* is not known (e.g. object 1 could appear first in the tree, but contain a reference to signable object 2)</li>
@@ -64,7 +64,7 @@
/**
* Signs a single XMLObject.
*
- * @param signature the signature to computer the signature on
+ * @param signature the signature to compute the signature on
* @throws SignatureException thrown if there is an error computing the signature
*/
public static void signObject(@Nonnull final Signature signature) throws SignatureException {
More information about the commits
mailing list