Author: cziegeler
Date: Sat Mar  1 11:34:44 2014
New Revision: 1573155

URL: http://svn.apache.org/r1573155
Log:
SLING-3424 : Remove unused workspace support

Modified:
    
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/helper/LocationIterator.java

Modified: 
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/helper/LocationIterator.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/helper/LocationIterator.java?rev=1573155&r1=1573154&r2=1573155&view=diff
==============================================================================
--- 
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/helper/LocationIterator.java
 (original)
+++ 
sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/helper/LocationIterator.java
 Sat Mar  1 11:34:44 2014
@@ -222,10 +222,9 @@ public class LocationIterator implements
         return superType;
     }
 
-    // this method is largely duplicated from ResourceUtil, but takes the 
configured
-    // workspaceName into account.
+    // this method is largely duplicated from ResourceUtil
     private String getResourceSuperType(final ResourceResolver 
resourceResolver,
-                                              final String resourceType) {
+                                        final String resourceType) {
         // normalize resource type to a path string
         final String rtPath = ResourceUtil.resourceTypeToPath(resourceType);
         // get the resource type resource and check its super type


Reply via email to