diff options
author | Anthony Green <green@gcc.gnu.org> | 2000-08-20 17:54:56 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2000-08-20 17:54:56 +0000 |
commit | 48da46cca887bc9ef1364ecaac09df4325a064eb (patch) | |
tree | 280396a8bedd4393e2bb23a1dc487c96e74a270a | |
parent | f2e541ce26c87f29e2a2798b85674725a6aa094a (diff) | |
download | gcc-48da46cca887bc9ef1364ecaac09df4325a064eb.zip gcc-48da46cca887bc9ef1364ecaac09df4325a064eb.tar.gz gcc-48da46cca887bc9ef1364ecaac09df4325a064eb.tar.bz2 |
Oops. Forgot some notes.
From-SVN: r35822
-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. |