[java-metadata-aggregator] branch master updated: Javadoc fix
Ian Young
ian at iay.org.uk
Mon Mar 16 07:41:51 EDT 2020
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=62af651080d92c79057d2b02dca8ef2fbd0829e2
The following commit(s) were added to refs/heads/master by this push:
new 62af651 Javadoc fix
62af651 is described below
commit 62af651080d92c79057d2b02dca8ef2fbd0829e2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Mar 16 11:36:48 2020 +0000
Javadoc fix
---
.../src/test/java/net/shibboleth/metadata/cli/MDA137Stage.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/aggregator-cli/src/test/java/net/shibboleth/metadata/cli/MDA137Stage.java b/aggregator-cli/src/test/java/net/shibboleth/metadata/cli/MDA137Stage.java
index 1a791e8..04d6be8 100644
--- a/aggregator-cli/src/test/java/net/shibboleth/metadata/cli/MDA137Stage.java
+++ b/aggregator-cli/src/test/java/net/shibboleth/metadata/cli/MDA137Stage.java
@@ -28,6 +28,8 @@ import net.shibboleth.metadata.pipeline.StageProcessingException;
/**
* A stage which does nothing except be created and destroyed.
+ *
+ * @param <T> type of item to be processed by the stage
*/
public class MDA137Stage<T> extends AbstractStage<T> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list