diff options
author | Tom Tromey <tromey@redhat.com> | 2006-04-07 19:45:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-04-07 19:45:45 +0000 |
commit | e3049cc30b245a76f53c1d873d7337902951af2c (patch) | |
tree | 0f79f92c83bdcfdec43d68cb8af8d0a6f7462956 /java/net | |
parent | 594216c61d771b3ca200ce8f88ef0e8948dce6dc (diff) | |
download | classpath-e3049cc30b245a76f53c1d873d7337902951af2c.tar.gz |
* java/util/InvalidPropertiesFormatException.java
(serialVersionUID): New field.
(readObject, writeObject): New methods.
* java/util/Arrays.java (toString): Javadoc fixes.
* java/net/URLConnection.java: Cleaned up imports.
* java/lang/reflect/ParameterizedType.java: Javadoc fix.
* java/lang/reflect/MalformedParameterizedTypeException.java
(serialVersionUID): New field.
* java/lang/reflect/GenericSignatureFormatError.java
(serialVersionUID): New field.
* java/lang/Class.java (Class): Javado fixes.
(getComponentType): Likewise.
(getGenericInterfaces): Likewise.
(getTypeParameters): Likewise.
* java/io/CharArrayWriter.java (append): Javadoc fixes.
* java/lang/annotation/AnnotationFormatError.java (serialVersionUID):
New field.
* java/lang/TypeNotPresentException.java (serialVersionUID): New
field.
* java/lang/EnumConstantNotPresentException.java (serialVersionUID):
New field.
Diffstat (limited to 'java/net')
-rw-r--r-- | java/net/URLConnection.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/net/URLConnection.java b/java/net/URLConnection.java index 7b5c636bd..1f78dd8e8 100644 --- a/java/net/URLConnection.java +++ b/java/net/URLConnection.java @@ -50,7 +50,6 @@ import java.text.ParsePosition; import java.text.SimpleDateFormat; import java.util.Collections; import java.util.Date; -import java.util.Hashtable; import java.util.Locale; import java.util.Map; import java.util.StringTokenizer; |