diff options
-rw-r--r-- | libjava/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 119cd52..7f37ba2 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,6 +1,8 @@ Sun Aug 20 09:51:48 2000 Anthony Green <green@redhat.com> * java/net/URLClassLoader.java: Find the JarEntry via the JarFile. + Read the entire contents of the class file, not just what is + available(). * java/net/JarURLConnection.java: getEntry doesn't take any arguments. Return null if element is null. |