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


Reply via email to