[java-support] branch maint-7 updated: Missing @since tag.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 25 20:33:02 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-7
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=cb2f72ee01f47be7ecd289e99d5fcaccd9e001ce
The following commit(s) were added to refs/heads/maint-7 by this push:
new cb2f72e Missing @since tag.
cb2f72e is described below
commit cb2f72ee01f47be7ecd289e99d5fcaccd9e001ce
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 25 20:30:56 2018 -0400
Missing @since tag.
---
.../net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java b/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
index f33d923..cf07bd4 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/logic/ScriptedPredicate.java
@@ -41,6 +41,8 @@ import com.google.common.base.Predicate;
* A {@link Predicate} which calls out to a supplied script.
*
* @param <T> input type
+ *
+ * @since 7.4.0
*/
public class ScriptedPredicate<T> extends AbstractScriptEvaluator implements Predicate<T> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list