Author: chetanm
Date: Wed Mar 26 07:54:21 2014
New Revision: 1581716
URL: http://svn.apache.org/r1581716
Log:
OAK-1586 - Implement checkpoint support in DocumentNodeStore
Update docs
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Checkpoints.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Checkpoints.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Checkpoints.java?rev=1581716&r1=1581715&r2=1581716&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Checkpoints.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Checkpoints.java
Wed Mar 26 07:54:21 2014
@@ -29,14 +29,10 @@ import org.slf4j.LoggerFactory;
/**
- * Checkpoints provide details around which revision are to be kept. Currently
these
- * are stored in NODES collection itself.
+ * Checkpoints provide details around which revision are to be kept. These
+ * are stored in Settings collection.
*/
class Checkpoints {
- /**
- * Id of checkpoint document. It differs from normal convention of ID used
for NodeDocument
- * which back JCR Nodes as it is internal to DocumentNodeStore
- */
private static final String ID = "checkpoint";
/**