You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2012/04/17 17:12:26 UTC

svn commit: r1327136 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java

Author: reschke
Date: Tue Apr 17 15:12:25 2012
New Revision: 1327136

URL: http://svn.apache.org/viewvc?rev=1327136&view=rev
Log:
typo

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java?rev=1327136&r1=1327135&r2=1327136&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/Branch.java Tue Apr 17 15:12:25 2012
@@ -25,7 +25,7 @@ public interface Branch {
 
     /**
      * Move the node state located at {@code sourcePath} to a node
-     * state at {@code destPath}. Do noting if either the source
+     * state at {@code destPath}. Do nothing if either the source
      * does not exist, the parent of the destination does not exist
      * or the destination exists already. Both paths must resolve
      * to node states located in this branch.
@@ -37,7 +37,7 @@ public interface Branch {
 
     /**
      * Copy the node state located at {@code sourcePath} to a node
-     * state at {@code destPath}. Do noting if either the source
+     * state at {@code destPath}. Do nothing if either the source
      * does not exist, the parent of the destination does not exist
      * or the destination exists already. Both paths must resolve
      * to node states located in this branch.