[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath
Kaffe CVS
cvs-commits at kaffe.org
Fri Jan 2 16:30:02 PST 2004
PatchSet 4261
Date: 2004/01/03 00:27:59
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath
2004-01-03 Dalibor Topic <robilad at kaffe.org>
Resynced with GNU Classpath.
2003-12-25 Guilhem Lavaux <guilhem at kaffe.org>
* gnu/java/net/URLParseError.java: New file.
Members:
ChangeLog:1.1848->1.1849
libraries/javalib/gnu/java/net/URLParseError.java:1.1->1.2
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1848 kaffe/ChangeLog:1.1849
--- kaffe/ChangeLog:1.1848 Fri Jan 2 22:36:20 2004
+++ kaffe/ChangeLog Sat Jan 3 00:27:59 2004
@@ -1,3 +1,11 @@
+2004-01-03 Dalibor Topic <robilad at kaffe.org>
+
+ Resynced with GNU Classpath.
+
+ 2003-12-25 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * gnu/java/net/URLParseError.java: New file.
+
2004-01-02 Mark Wielaard <mark at klomp.org>
Fix for eclipse3.
Index: kaffe/libraries/javalib/gnu/java/net/URLParseError.java
diff -u kaffe/libraries/javalib/gnu/java/net/URLParseError.java:1.1 kaffe/libraries/javalib/gnu/java/net/URLParseError.java:1.2
--- kaffe/libraries/javalib/gnu/java/net/URLParseError.java:1.1 Wed Oct 29 18:30:48 2003
+++ kaffe/libraries/javalib/gnu/java/net/URLParseError.java Sat Jan 3 00:28:01 2004
@@ -1,5 +1,5 @@
/* URLParseError.java -- Helps bypassing the exception limitation for
- parseUrl
+ URLStreamHandler.parseURL().
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -8,7 +8,7 @@
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -35,6 +35,7 @@
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package gnu.java.net;
/**
@@ -47,10 +48,10 @@
*
* @author Guilhem Lavaux <guilhem at kaffe.org>
*/
-
-public class URLParseError extends Error {
- public URLParseError(String msg)
- {
- super(msg);
- }
+public class URLParseError extends Error
+{
+ public URLParseError(String msg)
+ {
+ super(msg);
+ }
}
More information about the kaffe
mailing list