projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b4ab7
)
Fixed a little mistake that got into last commit.
author
Michael Koch
<mkoch@gcc.gnu.org>
Thu, 2 Oct 2003 12:16:52 +0000
(12:16 +0000)
committer
Michael Koch
<mkoch@gcc.gnu.org>
Thu, 2 Oct 2003 12:16:52 +0000
(12:16 +0000)
From-SVN: r72025
libjava/java/net/URL.java
patch
|
blob
|
history
diff --git
a/libjava/java/net/URL.java
b/libjava/java/net/URL.java
index 62c9e6b9e999bc8bd433152f499af32cfb699c01..5f7c60af008d57e0adb0aac8158a0d59ed352076 100644
(file)
--- a/
libjava/java/net/URL.java
+++ b/
libjava/java/net/URL.java
@@
-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.