Fixed a little mistake that got into last commit.
From-SVN: r72025
This commit is contained in:
parent
86b4ab7326
commit
be4cee6820
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue