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 2014/08/27 17:31:13 UTC

svn commit: r1620911 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md

Author: mduerig
Date: Wed Aug 27 15:31:13 2014
New Revision: 1620911

URL: http://svn.apache.org/r1620911
Log:
OAK-301: Document Oak
Remove obsolete information

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md?rev=1620911&r1=1620910&r2=1620911&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/construct.md Wed Aug 27 15:31:13 2014
@@ -41,9 +41,7 @@ steps by using either of the last two st
 
 By default no pluggable components are associated with the created
 repository, so all login attempts will work and result in full write
-access. There's also no need to close the sessions or otherwise
-release acquired resources, as normal garbage collection will take
-care of everything.
+access. 
 
 To add extra functionality like type validation or indexing support,
 use the `with()` method. The method takes all kinds of Oak plugins and