From commits-return-5174-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Jan 28 21:59:15 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 11317 invoked from network); 28 Jan 2008 21:59:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2008 21:59:15 -0000 Received: (qmail 73526 invoked by uid 500); 28 Jan 2008 21:59:06 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 73491 invoked by uid 500); 28 Jan 2008 21:59:06 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 73482 invoked by uid 99); 28 Jan 2008 21:59:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 13:59:06 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 21:58:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 734C31A9832; Mon, 28 Jan 2008 13:58:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r616074 - /jackrabbit/trunk/jackrabbit-site/src/site/xdoc/ocm/engine-introduction.xml Date: Mon, 28 Jan 2008 21:58:54 -0000 To: commits@jackrabbit.apache.org From: clombart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080128215854.734C31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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);