[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: Fixed prototype of URI.create
Kaffe CVS
cvs-commits at kaffe.org
Thu Mar 11 07:40:02 PST 2004
PatchSet 4507
Date: 2004/03/11 15:33:16
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath: Fixed prototype of URI.create
2004-03-08 Dalibor Topic <robilad at kaffe.org>
Resynced with GNU Classpath
2003-05-02 Michael Koch <konqueror at gmx.de>
* java/net/URI.java
(create): Doesnt throws IllegalArgumentException.
Members:
ChangeLog:1.2086->1.2087
libraries/javalib/java/net/URI.java:1.4->1.5
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2086 kaffe/ChangeLog:1.2087
--- kaffe/ChangeLog:1.2086 Thu Mar 11 11:56:40 2004
+++ kaffe/ChangeLog Thu Mar 11 15:33:16 2004
@@ -1,3 +1,12 @@
+2004-03-08 Dalibor Topic <robilad at kaffe.org>
+
+ Resynced with GNU Classpath
+
+ 2003-05-02 Michael Koch <konqueror at gmx.de>
+
+ * java/net/URI.java
+ (create): Doesnt throws IllegalArgumentException.
+
2004-03-11 Dalibor Topic <robilad at kaffe.org>
* configure.in:
Index: kaffe/libraries/javalib/java/net/URI.java
diff -u kaffe/libraries/javalib/java/net/URI.java:1.4 kaffe/libraries/javalib/java/net/URI.java:1.5
--- kaffe/libraries/javalib/java/net/URI.java:1.4 Wed Nov 26 22:22:56 2003
+++ kaffe/libraries/javalib/java/net/URI.java Thu Mar 11 15:33:17 2004
@@ -333,7 +333,6 @@
* @exception NullPointerException If str is null
*/
public static URI create (String str)
- throws IllegalArgumentException
{
try {
return new URI(str);
More information about the kaffe
mailing list