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 md...@apache.org on 2013/04/24 14:43:39 UTC

svn commit: r1471386 - /jackrabbit/oak/trunk/doc/nodestate.md

Author: mduerig
Date: Wed Apr 24 12:43:39 2013
New Revision: 1471386

URL: http://svn.apache.org/r1471386
Log:
OAK-781: Clarify / fix effects of MISSING_NODE as base state of NodeBuilder
wording: use linked instead of connected to prevent confusion with the isConnected method

Modified:
    jackrabbit/oak/trunk/doc/nodestate.md

Modified: jackrabbit/oak/trunk/doc/nodestate.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/doc/nodestate.md?rev=1471386&r1=1471385&r2=1471386&view=diff
==============================================================================
--- jackrabbit/oak/trunk/doc/nodestate.md (original)
+++ jackrabbit/oak/trunk/doc/nodestate.md Wed Apr 24 12:43:39 2013
@@ -165,7 +165,7 @@ interface contains the following key met
   * The `getNodeState` method for getting a frozen snapshot of the modified
     content tree
 
-All the builders acquired from the same root builder instance are connected
+All the builders acquired from the same root builder instance are linked
 so that changes made through one instance automatically become visible in the
 other builders. For example: