Oops. Forgot some notes.

From-SVN: r35822
This commit is contained in:
Anthony Green 2000-08-20 17:54:56 +00:00
parent f2e541ce26
commit 48da46cca8

View File

@ -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.