You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by cl...@apache.org on 2008/01/28 22:58:54 UTC

svn commit: r616074 - /jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml

Author: clombart
Date: Mon Jan 28 13:58:53 2008
New Revision: 616074

URL: http://svn.apache.org/viewvc?rev=616074&view=rev
Log:
small fix in this page

Modified:
    jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml

Modified: jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml?rev=616074&r1=616073&r2=616074&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml (original)
+++ jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml Mon Jan 28 13:58:53 2008
@@ -106,7 +106,7 @@
 				      
 // 3. Instantiate the object manager
 Mapper mapper = new AnnotationMapperImpl(classes);
-ocm = new ObjectContentManagerImpl(session, mapper);
+ObjectContentManager ocm = new ObjectContentManagerImpl(session, mapper);
 
 		      
 	      </source>