Commit ea67bef4 by Michael Koch

No changelog, just replaced one tabulator with some spaces

to merge with classpath.

From-SVN: r63929
parent 3f8548e7
...@@ -176,7 +176,7 @@ public abstract class URLStreamHandler ...@@ -176,7 +176,7 @@ public abstract class URLStreamHandler
} }
else if (start < end) else if (start < end)
{ {
// Context is available, but only override it if there is a new file. // Context is available, but only override it if there is a new file.
char sepChar = '/'; char sepChar = '/';
int lastSlash = file.lastIndexOf (sepChar); int lastSlash = file.lastIndexOf (sepChar);
if (lastSlash < 0 && File.separatorChar != sepChar if (lastSlash < 0 && File.separatorChar != sepChar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment