[java-metadata-aggregator] 03/04: Javadoc
Ian Young
ian at iay.org.uk
Mon Oct 24 10:07:33 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=62e67fcb445f745e9dd5fa293ae9abc603f15303
commit 62e67fcb445f745e9dd5fa293ae9abc603f15303
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Oct 24 10:59:46 2022 +0100
Javadoc
---
.../shibboleth/metadata/dom/AbstractElementVisitingValidationStage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractElementVisitingValidationStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractElementVisitingValidationStage.java
index 0550abb..2300abd 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractElementVisitingValidationStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/AbstractElementVisitingValidationStage.java
@@ -103,7 +103,7 @@ public abstract class AbstractElementVisitingValidationStage<V, N>
/**
* Convert the visited {@link Node} to the type to be validated.
*
- * @param node being validated
+ * @param node node being validated
* @return converted value
*/
protected abstract @Nonnull V convert(@Nonnull final N node);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list