You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/11/14 17:22:37 UTC

svn commit: r714057 - /incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java

Author: fmeschbe
Date: Fri Nov 14 08:22:36 2008
New Revision: 714057

URL: http://svn.apache.org/viewvc?rev=714057&view=rev
Log:
SLING-730 Apply patch provided by Vidar Ramdal.

Modified:
    incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java

Modified: incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java?rev=714057&r1=714056&r2=714057&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java (original)
+++ incubator/sling/trunk/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverFactoryImpl.java Fri Nov 14 08:22:36 2008
@@ -241,6 +241,17 @@
         return backPatterns;
     }
 
+    /**
+     * Getter for rootProviderEntry, making it easier to extend
+     * JcrResourceResolverFactoryImpl. See <a
+     * href="https://issues.apache.org/jira/browse/SLING-730">SLING-730</a>
+     * 
+     * @return Our rootProviderEntry
+     */
+    protected ResourceProviderEntry getRootProviderEntry() {
+        return rootProviderEntry;
+    }
+
     // ---------- SCR Integration ---------------------------------------------
 
     /** Activates this component, called by SCR before registering as a service */