jdk/src/share/classes/java/util/ResourceBundle.java
changeset 18156 edb590d448c5
parent 16906 44dfee24cb71
child 18829 ec84f0c313b0
equal deleted inserted replaced
18155:889970e5b728 18156:edb590d448c5
  2321          *     Locale.ROOT
  2321          *     Locale.ROOT
  2322          * </pre>
  2322          * </pre>
  2323          * is returned. And if the resource bundles for the "ja" and
  2323          * is returned. And if the resource bundles for the "ja" and
  2324          * "" <code>Locale</code>s are found, then the runtime resource
  2324          * "" <code>Locale</code>s are found, then the runtime resource
  2325          * lookup path (parent chain) is:
  2325          * lookup path (parent chain) is:
  2326          * <pre>
  2326          * <pre>{@code
  2327          *     Messages_ja -> Messages
  2327          *     Messages_ja -> Messages
  2328          * </pre>
  2328          * }</pre>
  2329          *
  2329          *
  2330          * @param baseName
  2330          * @param baseName
  2331          *        the base name of the resource bundle, a fully
  2331          *        the base name of the resource bundle, a fully
  2332          *        qualified class name
  2332          *        qualified class name
  2333          * @param locale
  2333          * @param locale