[java-metadata-aggregator] 01/03: Javadoc fixes

Ian Young ian at iay.org.uk
Sat Oct 22 15:29:16 UTC 2022


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

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

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

commit 708249656d4bb16a6b03dc41a0e8d7e2800cb081
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Oct 22 15:07:59 2022 +0100

    Javadoc fixes
---
 .../shibboleth/metadata/dom/AbstractAttributeValidationStage.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractAttributeValidationStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractAttributeValidationStage.java
index f1ea1cb..d9e4af3 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractAttributeValidationStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractAttributeValidationStage.java
@@ -147,7 +147,7 @@ public abstract class AbstractAttributeValidationStage<T> extends AbstractElemen
     /**
      * Convert the visited {@link Attr} to the type to be validated.
      *
-     * @param element {@link Attr} being validated
+     * @param attr {@link Attr} being validated
      * @return converted value
      */
     protected abstract @Nonnull T convert(final @Nonnull Attr attr);
@@ -156,8 +156,8 @@ public abstract class AbstractAttributeValidationStage<T> extends AbstractElemen
      * Returns whether the given attribute is applicable to our traversal.
      *
      * @param attr {@link Attr} candidate for visiting
-     * @param context 
-     * @return
+     * @param context {@link DOMTraversalContext} implementation being used to manage the traversal
+     * @return returns whether the given attribute is applicable to our traversal
      */
     protected boolean applicable(@Nonnull final Attr attr, @Nonnull final DOMTraversalContext context) {
         final var attrName = new QName(attr.getNamespaceURI(), attr.getLocalName());

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


More information about the commits mailing list