Commit be4cee68 by Michael Koch

Fixed a little mistake that got into last commit.

From-SVN: r72025
parent 86b4ab73
...@@ -119,7 +119,7 @@ import java.util.StringTokenizer; ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment