jdk/src/java.base/share/classes/java/util/ResourceBundle.java
changeset 28059 e576535359cc
parent 27083 cbf7fcda2e3f
child 29986 97167d851fc4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   992      * <p>This continues until a result resource bundle is instantiated or the
   992      * <p>This continues until a result resource bundle is instantiated or the
   993      * list of candidate bundle names is exhausted.  If no matching resource
   993      * list of candidate bundle names is exhausted.  If no matching resource
   994      * bundle is found, the default control's {@link Control#getFallbackLocale
   994      * bundle is found, the default control's {@link Control#getFallbackLocale
   995      * getFallbackLocale} method is called, which returns the current default
   995      * getFallbackLocale} method is called, which returns the current default
   996      * locale.  A new sequence of candidate locale names is generated using this
   996      * locale.  A new sequence of candidate locale names is generated using this
   997      * locale and and searched again, as above.
   997      * locale and searched again, as above.
   998      *
   998      *
   999      * <p>If still no result bundle is found, the base name alone is looked up. If
   999      * <p>If still no result bundle is found, the base name alone is looked up. If
  1000      * this still fails, a <code>MissingResourceException</code> is thrown.
  1000      * this still fails, a <code>MissingResourceException</code> is thrown.
  1001      *
  1001      *
  1002      * <p><a name="parent_chain"> Once a result resource bundle has been found,
  1002      * <p><a name="parent_chain"> Once a result resource bundle has been found,