OSDN Git Service

No changelog, just replaced one tabulator with some spaces
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Mar 2003 06:52:17 +0000 (06:52 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Mar 2003 06:52:17 +0000 (06:52 +0000)
to merge with classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63929 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/java/net/URLStreamHandler.java

index a6db2f3..37183b9 100644 (file)
@@ -176,7 +176,7 @@ public abstract class URLStreamHandler
       } 
     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 = '/';
         int lastSlash = file.lastIndexOf (sepChar);
         if (lastSlash < 0 && File.separatorChar != sepChar