From commits-return-9111-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Oct 23 10:49:11 2009 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 96262 invoked from network); 23 Oct 2009 10:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 10:49:11 -0000 Received: (qmail 82644 invoked by uid 500); 23 Oct 2009 10:49:11 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 82574 invoked by uid 500); 23 Oct 2009 10:49:11 -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 82565 invoked by uid 99); 23 Oct 2009 10:49:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 10:49:11 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 10:49:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA1DA23888CF; Fri, 23 Oct 2009 10:48:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r828995 - /jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java Date: Fri, 23 Oct 2009 10:48:48 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091023104848.EA1DA23888CF@eris.apache.org> Author: jukka Date: Fri Oct 23 10:48:48 2009 New Revision: 828995 URL: http://svn.apache.org/viewvc?rev=828995&view=rev Log: JCR-2360: JcrUtils.getRepository(...) for simple repository access Add a clarifying javadoc note. Modified: jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java Modified: jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java?rev=828995&r1=828994&r2=828995&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java (original) +++ jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java Fri Oct 23 10:48:48 2009 @@ -53,6 +53,9 @@ * also passed on to these recursive calls. * * + * Clients should not normally only use this class through the Java Service + * Provider mechanism. See the getRepository utility methods in + * {@link JcrUtils} for an easy way to do that. * * @since Apache Jackrabbit 2.0 */