mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Fixed a little mistake that got into last commit.
From-SVN: r72025
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user