FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instea...
authorWarren Levy <warrenl@cygnus.com>
Thu, 10 Jun 1999 18:52:00 +0000 (18:52 +0000)
committerWarren Levy <warrenl@gcc.gnu.org>
Thu, 10 Jun 1999 18:52:00 +0000 (18:52 +0000)
commita21f23fc67acde9dc7708a0ac2ed06cbbdedf9cf
treec3f6a815904d87ad6cc38aa24b6d47c9dca2067c
parent9a726fc16f70ba230cee347c2d40223b74f612fc
FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException.

1999-06-10  Warren Levy  <warrenl@cygnus.com>
* java/io/FileDescriptor.java (FileDescriptor(String, int)):
Throw FileNotFoundException instead of IOException.
(open): ditto.
* java/io/FileInputStream.java (FileInputStream): Doesn't throw
IOException.
* java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
in static field name.

From-SVN: r27473
libjava/ChangeLog
libjava/java/io/FileDescriptor.java
libjava/java/io/FileInputStream.java
libjava/java/text/Collator.java