2004-05-30 Michael Koch <konqueror@gmx.de>
* java/lang/System.java: Reordered imports.
From-SVN: r82450
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.
package java.lang;
+import gnu.classpath.Configuration;
+
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.FileDescriptor;
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