Author: thomasm
Date: Tue Nov 24 15:03:03 2015
New Revision: 1716154

URL: http://svn.apache.org/viewvc?rev=1716154&view=rev
Log:
OAK-1631 document maxLastModifiedTime == 0 in GarbageCollectableBlobStore API

Modified:
    
jackrabbit/oak/trunk/oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/GarbageCollectableBlobStore.java

Modified: 
jackrabbit/oak/trunk/oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/GarbageCollectableBlobStore.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/GarbageCollectableBlobStore.java?rev=1716154&r1=1716153&r2=1716154&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/GarbageCollectableBlobStore.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/GarbageCollectableBlobStore.java
 Tue Nov 24 15:03:03 2015
@@ -79,7 +79,8 @@ public interface GarbageCollectableBlobS
      * Gets all the identifiers.
      * 
      * @param maxLastModifiedTime
-     *            the max last modified time to consider for retrieval
+     *            the max last modified time to consider for retrieval,
+     *            with the special value '0' meaning no filtering by time
      * @return the identifiers
      * @throws Exception
      *             the exception
@@ -90,7 +91,8 @@ public interface GarbageCollectableBlobS
      * Deletes the blobs with the given ids.
      *
      * @param chunkIds the chunk ids
-     * @param maxLastModifiedTime the max last modified time to consider for 
retrieval
+     * @param maxLastModifiedTime the max last modified time to consider for 
retrieval,
+     *            with the special value '0' meaning no filtering by time
      * @return true, if successful
      * @throws Exception the exception
      */
@@ -101,7 +103,8 @@ public interface GarbageCollectableBlobS
      * Deletes the blobs with the given ids.
      *
      * @param chunkIds the chunk ids
-     * @param maxLastModifiedTime the max last modified time to consider for 
retrieval
+     * @param maxLastModifiedTime the max last modified time to consider for 
retrieval,
+     *            with the special value '0' meaning no filtering by time
      * @return long the count of successful deletions
      * @throws Exception the exception
      */


Reply via email to