[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePr...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jun 19 13:58:03 EDT 2015
Author: serac
Date: Fri Jun 19 13:58:03 2015
New Revision: 7578
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7578&view=rev
Log:
Minor javadoc tweak.
Modified:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java
Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java?rev=7578&r1=7577&r2=7578&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/DateAttributePredicate.java Fri Jun 19 13:58:03 2015
@@ -33,8 +33,8 @@
/**
* Provides a date/time matching predicate that compares a date-based attribute value against
* current system time with optional offset. By convention the predicate returns true if and only if
- * the date represented by the attribute value is after the current system time; false otherwise. Thus
- * the default semantics are suitable for measuring cases such as expiration dates.
+ * the date represented by the attribute value is after the current system time; false otherwise.
+ * Thus the semantics are well-suited for cases such as evaluation of expiration dates.
*
* @author Marvin S. Addison
*/
More information about the commits
mailing list