equal
deleted
inserted
replaced
885 |
885 |
886 /** |
886 /** |
887 * Adds a resource bundle to the list of resource bundles that are |
887 * Adds a resource bundle to the list of resource bundles that are |
888 * searched for localized values. Resource bundles are searched in |
888 * searched for localized values. Resource bundles are searched in |
889 * the reverse order they were added, using the |
889 * the reverse order they were added, using the |
890 * {@linkplain ClassLoader#getSystemClassLoader application class loader}. |
890 * {@linkplain ClassLoader#getSystemClassLoader system class loader}. |
891 * In other words, the most recently added bundle is searched first. |
891 * In other words, the most recently added bundle is searched first. |
892 * |
892 * |
893 * @param bundleName the base name of the resource bundle to be added |
893 * @param bundleName the base name of the resource bundle to be added |
894 * @see java.util.ResourceBundle |
894 * @see java.util.ResourceBundle |
895 * @see #removeResourceBundle |
895 * @see #removeResourceBundle |