File.java: Import needed classes instead of whole packages...
authorMichael Koch <konqueror@gmx.de>
Fri, 28 Mar 2003 13:07:46 +0000 (13:07 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 28 Mar 2003 13:07:46 +0000 (13:07 +0000)
commit01312d1259c2c0f587a0bec04187721c2ae60c65
treebef34f4b573bf6125d7f8d8f5c575c2d3c552a4a
parentbcfaead06e1abd3796619d853aee8ae762976e15
File.java: Import needed classes instead of whole packages...

2003-03-28  Michael Koch  <konqueror@gmx.de>

* java/io/File.java:
Import needed classes instead of whole packages, merged class
documentation with classpath, moved constants and variables to top of
class.
* java/io/PrintStream.java:
Merged class documentation with classpath, moved constants and
variables to top of class.
* java/io/RandomAccessFile.java
(RandomAccessFile): Merged with classpath.
(read): Merged with classpath).
(read*): Reformatted.

From-SVN: r64974
libjava/ChangeLog
libjava/java/io/File.java
libjava/java/io/PrintStream.java
libjava/java/io/RandomAccessFile.java