summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2005-02-02 01:56:00 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2005-02-02 01:56:00 +0000
commit072a7cc8a52271359fb5f1ffd8b6cda533d6bb43 (patch)
treeb3b4b3fbd81526558446f0c67020d824281071a6 /vm
parent46e38c718844a8f88e986c7fdc28d9140f0ba73e (diff)
downloadclasspath-072a7cc8a52271359fb5f1ffd8b6cda533d6bb43.tar.gz
2005-02-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
Merge from HEAD --> generics-branch. Minor changes to examples/Makefile.am (single '-' for ECJ), plus the following: 2005-02-02 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/text/SimpleDateFormat.java Lots of documentation updates. (readObject(java.io.ObjectInputStream)): Wraps IllegalArgumentException as specified. (compileFormat(String)): Uses standardChars rather than the local pattern characters. Throws IllegalArgumentException rather than storing a -1 field. (toString()): Extended to include all variables in a better format. (translateLocalizedPattern(String, String, String)): Renamed to better define the use of this method. 2005-02-02 Dalibor Topic <robilad@kaffe.org> * gnu/java/net/GetSystemPropertyAction.java: Removed. * gnu/java/net/protocol/ftp/FTPURLConnection.java: Use gnu.java.security.action.GetPropertyAction instead of gnu.java.net.GetSystemPropertyAction. 2005-02-02 Robert Schuster <thebohemian@gmx.net> * gnu/java/beans/decoder/GrowableArrayContext.java: Fixed assignment behavior by using java.lang.reflect.Array.set() directly. 2005-02-01 Dalibor Topic <robilad@kaffe.org> * gnu/java/beans/EmptyBeanInfo.java, gnu/java/beans/info/ComponentBeanInfo.java, gnu/java/lang/SystemClassLoader.java: Removed unused files. 2005-02-01 Sven de Marothy <sven@physto.se> * java/util/GregorianCalendar.java (computeTime): Fixed handling of time zones. 2005-02-01 Sven de Marothy <sven@physto.se> * java/util/Calendar.java (clear): Set values to Epoch instead of zero. (set): Set isSet to the relevant field pattern instead of just the field. * java/util/GregorianCalendar.java (getBundle): Removed. (getDayOfYear): Removed. (getFirstDayOfMonth): New private method. (nonLeniencyCheck): New private method. (computeTime): Correct handling of insufficient data.
Diffstat (limited to 'vm')
-rw-r--r--vm/reference/java/lang/VMClassLoader.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/reference/java/lang/VMClassLoader.java b/vm/reference/java/lang/VMClassLoader.java
index a2ea3ef90..f0f407d2c 100644
--- a/vm/reference/java/lang/VMClassLoader.java
+++ b/vm/reference/java/lang/VMClassLoader.java
@@ -40,7 +40,6 @@ exception statement from your version. */
package java.lang;
import gnu.classpath.SystemProperties;
-import gnu.java.lang.SystemClassLoader;
import gnu.java.util.EmptyEnumeration;
import java.io.File;