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 13:17:16 UTC

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

Author: jukka
Date: Fri Oct 23 11:17:16 2009
New Revision: 828998

URL: http://svn.apache.org/viewvc?rev=828998&view=rev
Log:
JCR-2360: JcrUtils.getRepository(...) for simple repository access

Typo.

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=828998&r1=828997&r2=828998&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 11:17:16 2009
@@ -53,7 +53,7 @@
  *     also passed on to these recursive calls.
  *   </dd>
  * </dl>
- * Clients should not normally only use this class through the Java Service
+ * Clients should 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.
  *