mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
System.java: Revert accidential change.
2004-10-18 Michael Koch <konqueror@gmx.de> * java/lang/System.java: Revert accidential change. From-SVN: r89208
This commit is contained in:
parent
2047d8e479
commit
3330802695
@ -1,3 +1,7 @@
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/lang/System.java: Revert accidential change.
|
||||
|
||||
2004-10-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/lang/Math.java,
|
||||
|
@ -36,9 +36,16 @@ 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 java.lang;
|
||||
|
||||
import gnu.classpath.Configuration;
|
||||
|
||||
import java.io.BufferedInputStream;
|
||||
import java.io.BufferedOutputStream;
|
||||
import java.io.FileDescriptor;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.InputStream;
|
||||
import java.io.PrintStream;
|
||||
import java.util.Properties;
|
||||
|
Loading…
x
Reference in New Issue
Block a user