From 48da46cca887bc9ef1364ecaac09df4325a064eb Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 20 Aug 2000 17:54:56 +0000 Subject: [PATCH] Oops. Forgot some notes. From-SVN: r35822 --- libjava/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 119cd52afed..7f37ba2f659 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,6 +1,8 @@ Sun Aug 20 09:51:48 2000 Anthony Green * 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.