[java-opensaml COMMIT] /trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 3 18:19:38 EDT 2013


Author: scantor
Date: Mon Jun  3 18:19:38 2013
New Revision: 3365

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3365&view=rev
Log:
Switch to milliseconds for expirations.

Modified:
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java

Modified: trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java?rev=3365&r1=3364&r2=3365&view=diff
==============================================================================
--- trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java (original)
+++ trunk/opensaml-util/src/main/java/org/opensaml/util/storage/ReplayCache.java Mon Jun  3 18:19:38 2013
@@ -105,7 +105,7 @@
      * 
      * @param context   a context label to subdivide the cache
      * @param s         value to check
-     * @param expires   time (in seconds since epoch) for disposal of value from cache
+     * @param expires   time (in milliseconds since beginning of epoch) for disposal of value from cache
      * 
      * @return true iff the check value is not found in the cache
      */



More information about the commits mailing list