Skip to content
Snippets Groups Projects
Commit be4cee68 authored by Michael Koch's avatar Michael Koch
Browse files

Fixed a little mistake that got into last commit.

From-SVN: r72025
parent 86b4ab73
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment