[java-opensaml] branch master updated: Add @since to javadoc.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 9 21:28:47 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=97d967b33e144eb28c1a4009268d9609a59a43da
The following commit(s) were added to refs/heads/master by this push:
new 97d967b33 Add @since to javadoc.
97d967b33 is described below
commit 97d967b33e144eb28c1a4009268d9609a59a43da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 9 17:27:55 2020 -0400
Add @since to javadoc.
---
.../src/main/java/org/opensaml/messaging/context/ScratchContext.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/ScratchContext.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/ScratchContext.java
index 592d1f346..4776c6cbe 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/ScratchContext.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/ScratchContext.java
@@ -26,6 +26,8 @@ import net.shibboleth.utilities.java.support.annotation.constraint.Live;
/**
* A context subclass for holding arbitrary data in a map.
+ *
+ * @since 3.4.0
*/
public final class ScratchContext extends BaseContext {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list