aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-07-27 18:42:38 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2004-07-27 19:42:38 +0100
commitd078f7c01015454aeb28818c67a69198659ecf85 (patch)
treece432aa4ad7d926954f645729fff5d4d66a7e00c /libjava/ChangeLog
parentb3fade83995e0584a520c43c423fe866bcea8908 (diff)
downloadgcc-d078f7c01015454aeb28818c67a69198659ecf85.zip
gcc-d078f7c01015454aeb28818c67a69198659ecf85.tar.gz
gcc-d078f7c01015454aeb28818c67a69198659ecf85.tar.bz2
File.java (toURI): Throw RuntimeException, not InternalError.
2004-07-27 Bryce McKinlay <mckinlay@redhat.com> * java/io/File.java (toURI): Throw RuntimeException, not InternalError. * java/lang/Runtime.java (exit): Qualify static sleep() call with class name, not instance. From-SVN: r85227
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index ba7bd1d1..ce46e07 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-27 Bryce McKinlay <mckinlay@redhat.com>
+
+ * java/io/File.java (toURI): Throw RuntimeException, not
+ InternalError.
+ * java/lang/Runtime.java (exit): Qualify static sleep() call with
+ class name, not instance.
+
2004-07-24 Bryce McKinlay <mckinlay@redhat.com>
* Makefile.am: Add gnu/java/security/action/GetPropertyAction.java