Author: angela
Date: Tue Jul 24 11:20:01 2012
New Revision: 1364979
URL: http://svn.apache.org/viewvc?rev=1364979&view=rev
Log:
comment seems to be wrong. the logic probably was "we used to have it before
thus the property was removed"
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/TreeImpl.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/TreeImpl.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/TreeImpl.java?rev=1364979&r1=1364978&r2=1364979&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/TreeImpl.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/TreeImpl.java
Tue Jul 24 11:20:01 2012
@@ -154,7 +154,7 @@ public class TreeImpl implements Tree, P
// ...and didn't have it before. So it doesn't exist.
return null;
} else {
- // ...and didn't have it before. So it's REMOVED
+ // ...but did have it before. So it's REMOVED
return Status.REMOVED;
}
}
@@ -316,7 +316,7 @@ public class TreeImpl implements Tree, P
return nodeStateBuilder;
}
- //------------------------------------------------------------< internal
>---
+ //-----------------------------------------------------------< internal
>---
/**
* Move this tree to the parent at {@code destParent} with the new name