[java-metadata-aggregator] branch master updated: JPAR-131 - Fix doclint issues

Ian Young ian at iay.org.uk
Wed Dec 18 11:25:35 EST 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=bbee80302c226c13938457ec4df5e2c53ca95e0a

The following commit(s) were added to refs/heads/master by this push:
       new  bbee803   JPAR-131 - Fix doclint issues
bbee803 is described below

commit bbee80302c226c13938457ec4df5e2c53ca95e0a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 18 16:23:50 2019 +0000

    JPAR-131 - Fix doclint issues
    
    https://issues.shibboleth.net/jira/browse/JPAR-131
---
 .../main/java/net/shibboleth/metadata/dom/XMLSignatureSigningStage.java | 2 --
 1 file changed, 2 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 086cc18..fd7abdb 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
@@ -886,8 +886,6 @@ public class XMLSignatureSigningStage extends AbstractIteratingStage<Element> {
      * Adds X509 data (subject names, certificates, CRLs, and Issuer/Serial) set to be included, into the key info.
      * 
      * @param keyInfoItems collector for KeyInfo children
-     * 
-     * @throws StageProcessingException thrown if there is a problem creating the X509Data content
      */
     protected void addX509Data(@Nonnull @NonnullElements @Live final List<XMLStructure> keyInfoItems) {
         final List<Object> x509Data = new ArrayList<>();

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


More information about the commits mailing list