diff options
Diffstat (limited to 'libjava/java/util/ListResourceBundle.java')
| -rw-r--r-- | libjava/java/util/ListResourceBundle.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/ListResourceBundle.java b/libjava/java/util/ListResourceBundle.java index 96572ffcf78..d4fe31cd764 100644 --- a/libjava/java/util/ListResourceBundle.java +++ b/libjava/java/util/ListResourceBundle.java @@ -1,5 +1,5 @@ /* java.util.ListResourceBundle - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -65,7 +65,7 @@ public abstract class ListResourceBundle extends ResourceBundle * @param key The key of the resource. * @return The resource for the key or null if it doesn't exists. */ - protected Object handleGetObject(String key) + public final Object handleGetObject(String key) { Object[][] contents = getContents(); for (int i = 0; i < contents.length; i++) |
