You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/10/23 12:48:48 UTC

svn commit: r828995 - /jackrabbit/trunk/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/GenericRepositoryFactory.java

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.
  *   </dd>
  * </dl>
+ * 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
  */