Fixed a little mistake that got into last commit.
authorMichael Koch <mkoch@gcc.gnu.org>
Thu, 2 Oct 2003 12:16:52 +0000 (12:16 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 2 Oct 2003 12:16:52 +0000 (12:16 +0000)
From-SVN: r72025

libjava/java/net/URL.java

index 62c9e6b9e999bc8bd433152f499af32cfb699c01..5f7c60af008d57e0adb0aac8158a0d59ed352076 100644 (file)
@@ -119,7 +119,7 @@ import java.util.StringTokenizer;
 public final class URL implements Serializable
 {
   private static final String DEFAULT_SEARCH_PATH =
-    "gnu.java.net.protocol|sun.net.www.protocol";
+    "gnu.gcj.protocol|sun.net.www.protocol";
   
   /**
    * The name of the protocol for this URL.