Fixed a little mistake that got into last commit.

From-SVN: r72025
This commit is contained in:
Michael Koch 2003-10-02 12:16:52 +00:00
parent 86b4ab7326
commit be4cee6820

View file

@ -119,7 +119,7 @@ import java.util.StringTokenizer;
public final class URL implements Serializable public final class URL implements Serializable
{ {
private static final String DEFAULT_SEARCH_PATH = 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. * The name of the protocol for this URL.