File.java (toURI): Throw RuntimeException, not InternalError.
authorBryce McKinlay <mckinlay@redhat.com>
Tue, 27 Jul 2004 18:42:38 +0000 (18:42 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 27 Jul 2004 18:42:38 +0000 (19:42 +0100)
commitd078f7c01015454aeb28818c67a69198659ecf85
treece432aa4ad7d926954f645729fff5d4d66a7e00c
parentb3fade83995e0584a520c43c423fe866bcea8908
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
libjava/ChangeLog
libjava/java/io/File.java
libjava/java/lang/Runtime.java