Author: mduerig
Date: Thu Dec 19 16:21:09 2013
New Revision: 1552336
URL: http://svn.apache.org/r1552336
Log:
OAK-1298: Improve MoveDetector to also include moves from transient locations
Typo
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java?rev=1552336&r1=1552335&r2=1552336&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java
Thu Dec 19 16:21:09 2013
@@ -371,15 +371,15 @@ public class MemoryNodeBuilder implement
/**
* Annotate this builder with its source path if this builder has not
* been transiently added. The source path is written to a property with
- * then name {@link MoveDetector#SOURCE_PATH}.
+ * the name {@link MoveDetector#SOURCE_PATH}.
* <p>
* The source path of a builder is its current path if its current
- * source path is empty and all none of its parents has its source
- * path set. Otherwise it is the source path of the first parent (or self)
- * that has its source path set appended with the relative path from
- * that parent to this builder.
+ * source path annotation is empty and none of its parents has a source
+ * path annotation set. Otherwise it is the source path of the first parent
+ * (or self) that has its source path annotation set appended with the
relative
+ * path from that parent to this builder.
* <p>
- * This builder has been transiently added when there exists no a
+ * This builder has been transiently added when there exists no
* base node at its source path.
*/
protected final void annotateSourcePath() {