Commit 071917b0 by Michael Koch

System.java: Reordered imports.

2004-05-30  Michael Koch  <konqueror@gmx.de>

	* java/lang/System.java: Reordered imports.

From-SVN: r82450
parent 289f9db7
2004-05-30 Michael Koch <konqueror@gmx.de> 2004-05-30 Michael Koch <konqueror@gmx.de>
* java/lang/System.java: Reordered imports.
2004-05-30 Guilhem Lavaux <guilhem@kaffe.org>
* java/text/DecimalFormat.java * java/text/DecimalFormat.java
(parse): Fixed parsing of decimal strings. Number of maximum (parse): Fixed parsing of decimal strings. Number of maximum
digits to be read should now work. digits to be read should now work.
......
...@@ -38,6 +38,8 @@ exception statement from your version. */ ...@@ -38,6 +38,8 @@ exception statement from your version. */
package java.lang; package java.lang;
import gnu.classpath.Configuration;
import java.io.BufferedInputStream; import java.io.BufferedInputStream;
import java.io.BufferedOutputStream; import java.io.BufferedOutputStream;
import java.io.FileDescriptor; import java.io.FileDescriptor;
...@@ -47,7 +49,6 @@ import java.io.InputStream; ...@@ -47,7 +49,6 @@ import java.io.InputStream;
import java.io.PrintStream; import java.io.PrintStream;
import java.util.Properties; import java.util.Properties;
import java.util.PropertyPermission; import java.util.PropertyPermission;
import gnu.classpath.Configuration;
/** /**
* System represents system-wide resources; things that represent the * System represents system-wide resources; things that represent the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment