System.java: Reordered imports.

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

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

From-SVN: r82450
This commit is contained in:
Michael Koch 2004-05-30 13:48:03 +00:00
parent 289f9db7db
commit 071917b066
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
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
(parse): Fixed parsing of decimal strings. Number of maximum
digits to be read should now work.

View file

@ -38,6 +38,8 @@ exception statement from your version. */
package java.lang;
import gnu.classpath.Configuration;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.FileDescriptor;
@ -47,7 +49,6 @@ import java.io.InputStream;
import java.io.PrintStream;
import java.util.Properties;
import java.util.PropertyPermission;
import gnu.classpath.Configuration;
/**
* System represents system-wide resources; things that represent the