[java-support] branch master updated: Fix Javadoc link.

Scott Cantor cantor.2 at osu.edu
Tue Nov 19 09:40:15 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=3f352fd9cb0beb7857495dfbdd98c5fb491d737a

The following commit(s) were added to refs/heads/master by this push:
       new  3f352fd   Fix Javadoc link.
3f352fd is described below

commit 3f352fd9cb0beb7857495dfbdd98c5fb491d737a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 19 09:40:10 2019 -0500

    Fix Javadoc link.
---
 .../utilities/java/support/logic/TransformAndCheckFunction.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/logic/TransformAndCheckFunction.java b/src/main/java/net/shibboleth/utilities/java/support/logic/TransformAndCheckFunction.java
index 0515997..10e06f5 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/logic/TransformAndCheckFunction.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/logic/TransformAndCheckFunction.java
@@ -29,7 +29,7 @@ import com.google.common.base.MoreObjects;
 /**
  * A {@link Function} that receives an input, runs it through a pre-processor and checks the result against a
  * constraint. If the constraint matches that value is returned, wrapped in an {@link Optional}. If the constraint is
- * not met and {@link #failOnConstraintViolation} is false then {@link Optional#absent()} is returned. If the constraint
+ * not met and {@link #failOnConstraintViolation} is false then {@link Optional#empty()} is returned. If the constraint
  * is not met and {@link #failOnConstraintViolation} is true then an {@link IllegalArgumentException} is thrown.
  * 
  * @param <T> type of input accepted by this function

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list