Author: angela
Date: Wed Mar 8 09:55:40 2017
New Revision: 1785941
URL: http://svn.apache.org/viewvc?rev=1785941&view=rev
Log:
minor error in javadoc
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/TreeContext.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/TreeContext.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/TreeContext.java?rev=1785941&r1=1785940&r2=1785941&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/TreeContext.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/TreeContext.java
Wed Mar 8 09:55:40 2017
@@ -44,7 +44,7 @@ public interface TreeContext {
* Reveals if the specified {@code Tree} is the root of a subtree defined
by
* the module that exposes this {@link TreeContext} instance. Note,
* that in contrast to {@link #definesTree(Tree)}
- * this method will only return {@code false} for any tree located in the
+ * this method will return {@code false} for any tree located in the
* subtree.
*
* @param tree The tree to be tested.