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:
Michael Koch 2004-10-18 11:09:11 +00:00 committed by Michael Koch
parent 2047d8e479
commit 3330802695
2 changed files with 11 additions and 0 deletions

View File

@ -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,

View File

@ -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;