[java-xmltooling COMMIT] /branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 11 12:15:54 EST 2013
Author: scantor
Date: Mon Feb 11 12:15:54 2013
New Revision: 792
URL: http://svn.shibboleth.net/view/java-xmltooling?rev=792&view=rev
Log:
Javadoc nit.
Modified:
branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java
Modified: branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java?rev=792&r1=791&r2=792&view=diff
==============================================================================
--- branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java (original)
+++ branches/REL_1/src/main/java/org/opensaml/xml/security/x509/X509KeyInfoGeneratorFactory.java Mon Feb 11 12:15:54 2013
@@ -265,7 +265,7 @@
*
* Defaults to SHA-256.
*
- * @param format the new digest algorithmURI
+ * @param alg the new digest algorithmURI
*/
public void setX509DigestAlgorithmURI(String alg) {
options.x509DigestAlgorithmURI = alg;
More information about the commits
mailing list