Fixed a little mistake that got into last commit.
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 2003 12:16:52 +0000 (12:16 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 2003 12:16:52 +0000 (12:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72025 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/java/net/URL.java

index 62c9e6b..5f7c60a 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.