[java-metadata-aggregator] branch maint-0.9 updated: Javadoc fix
Ian Young
ian at iay.org.uk
Mon Mar 16 07:36:53 EDT 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=92a866a1133286128706783b9c4e80f25793c9b9
The following commit(s) were added to refs/heads/maint-0.9 by this push:
new 92a866a Javadoc fix
92a866a is described below
commit 92a866a1133286128706783b9c4e80f25793c9b9
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 752c2dd..f132203 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 BaseStage<T> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list