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
2 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue