2007-02-01 Tom Tromey <tromey@redhat.com>
+ * java/lang/ClassLoader.java (getResources): No longer final.
+
+2007-02-01 Tom Tromey <tromey@redhat.com>
+
* java/util/logging/LogManager.java (loggers): Genericized.
(addLogger): Merged.
(findAncestor): Likewise.
* @since 1.2
* @specnote this was <code>final</code> prior to 1.5
*/
- public final Enumeration<URL> getResources(String name) throws IOException
+ public Enumeration<URL> getResources(String name) throws IOException
{
Enumeration<URL> parentResources;
if (parent == null)