Author: chetanm
Date: Fri Nov 11 12:14:02 2016
New Revision: 1769281
URL: http://svn.apache.org/viewvc?rev=1769281&view=rev
Log:
OAK-5079 - Diff would not work for bundled nodes when done without journal
support
Fix the comments
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java?rev=1769281&r1=1769280&r2=1769281&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java
Fri Nov 11 12:14:02 2016
@@ -142,8 +142,7 @@ public final class DocumentNodeStore
/**
* List of meta properties which are created by DocumentNodeStore and
which needs to be
- * retained in any cloned copy of DocumentNodeState. This does not include
other properties defined
- * in DocumentBundlor as those are only required by DocumentNodeState
+ * retained in any cloned copy of DocumentNodeState.
*/
public static final List<String> META_PROP_NAMES = ImmutableList.of(
DocumentBundlor.META_PROP_PATTERN,