[java-metadata-aggregator] 02/02: Improve some Javadoc

Ian Young ian at iay.org.uk
Thu Sep 26 12:46:44 EDT 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=297fffb2aff62850dce1c80905a4cd7127cb80c3

commit 297fffb2aff62850dce1c80905a4cd7127cb80c3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Sep 26 17:46:35 2019 +0100

    Improve some Javadoc
---
 .../java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java
index 52d2fd5..b34f793 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java
@@ -320,7 +320,7 @@ public class XMLSignatureSigningStage extends AbstractIteratingStage<Element> {
     }
 
     /**
-     * Gets the certificates associated with the key used to sign the content. The end-entity certificate is the 0th
+     * Gets the certificates associated with the key used to sign the content. The end-entity certificate is the first
      * element in the list.
      * 
      * @return certificates associated with the key used to sign the content
@@ -331,7 +331,7 @@ public class XMLSignatureSigningStage extends AbstractIteratingStage<Element> {
 
     /**
      * Sets the certificates associated with the key used to sign the content. The end-entity certificate must be the
-     * 0th element in the list.
+     * first element in the list.
      * 
      * @param certs certificates associated with the key used to sign the content
      */
@@ -726,7 +726,7 @@ public class XMLSignatureSigningStage extends AbstractIteratingStage<Element> {
      * 
      * @return signed content descriptor
      * 
-     * @throws StageProcessingException thrown if there is a problem create the signed content descriptor
+     * @throws StageProcessingException thrown if there is a problem creating the signed content descriptor
      */
     @Nonnull protected SignedInfo buildSignedInfo(@Nonnull final Element target) throws StageProcessingException {
         C14NMethodParameterSpec c14nMethodSpec = null;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list