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/01/18 14:51:28 UTC

svn commit: r613162 - /incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java

Author: fmeschbe
Date: Fri Jan 18 05:51:27 2008
New Revision: 613162

URL: http://svn.apache.org/viewvc?rev=613162&view=rev
Log:
Cosmetics: Remove duplicate semicolon

Modified:
    incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java

Modified: incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java?rev=613162&r1=613161&r2=613162&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java (original)
+++ incubator/sling/trunk/scripting/resolver/src/main/java/org/apache/sling/scripting/resolver/ScriptPathSupport.java Fri Jan 18 05:51:27 2008
@@ -84,7 +84,7 @@
             }
 
             // path prefixes
-            this.path = resourceTypePath.startsWith("/") ? EMPTY_PATH : path;;
+            this.path = resourceTypePath.startsWith("/") ? EMPTY_PATH : path;
             this.pathIdx = -1;
 
             // prepare the first entry