System.java: Reordered imports.
authorMichael Koch <mkoch@gcc.gnu.org>
Sun, 30 May 2004 13:48:03 +0000 (13:48 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sun, 30 May 2004 13:48:03 +0000 (13:48 +0000)
2004-05-30  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r82450

libjava/ChangeLog
libjava/java/lang/System.java

index 1249840..ba19836 100644 (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.
index 7f63612..1d9805b 100644 (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