Author: mreutegg
Date: Mon Jan  9 15:43:29 2017
New Revision: 1777997

URL: http://svn.apache.org/viewvc?rev=1777997&view=rev
Log:
OAK-5328: Fix the errors reported by the Javadoc tool in JDK8

Modified:
    
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/AbstractDocumentNodeState.java

Modified: 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/AbstractDocumentNodeState.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/AbstractDocumentNodeState.java?rev=1777997&r1=1777996&r2=1777997&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/AbstractDocumentNodeState.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/AbstractDocumentNodeState.java
 Mon Jan  9 15:43:29 2017
@@ -47,13 +47,13 @@ public abstract class AbstractDocumentNo
 
     /**
      * Creates a copy of this {@code DocumentNodeState} with the
-     * {@link #rootRevision} set to the given {@code root} revision. This 
method
+     * {@link #getRootRevision()} set to the given {@code root} revision. This 
method
      * returns {@code this} instance if the given {@code root} revision is
-     * the same as the one in this instance and the {@link #fromExternalChange}
+     * the same as the one in this instance and the {@link 
#isFromExternalChange()}
      * flags are equal.
      *
      * @param root the root revision for the copy of this node state.
-     * @param externalChange if the {@link #fromExternalChange} flag must be
+     * @param externalChange if the {@link #isFromExternalChange()} flag must 
be
      *                       set on the returned node state.
      * @return a copy of this node state with the given root revision and
      *          external change flag.


Reply via email to