Makefile.am (ordinary_java_source_files): Added new Connection and Handler classes...
[platform/upstream/gcc.git] / libjava / java / net / URLStreamHandler.java
index 29e0e6d..ae364e4 100644 (file)
@@ -26,7 +26,7 @@ public abstract class URLStreamHandler
   protected abstract URLConnection openConnection(URL u)
     throws java.io.IOException;
 
-protected void parseURL(URL u, String spec, int start, int limit)
+  protected void parseURL(URL u, String spec, int start, int limit)
   {
     String tmpStr;
     String host = "";  // Initialize to null string.