< prev index next >

src/java.base/share/classes/sun/util/resources/LocaleData.java

Print this page

        

@@ -199,11 +199,11 @@
          * from a prebaked locale string list to determin the candidate
          * locale list.
          *
          * @param baseName the resource bundle base name.
          *        locale   the requested locale for the resource bundle.
-         * @returns a list of candidate locales to search from.
+         * @return a list of candidate locales to search from.
          * @exception NullPointerException if baseName or locale is null.
          */
         @Override
          public List<Locale> getCandidateLocales(String baseName, Locale locale) {
             LocaleProviderAdapter.Type type = baseName.contains(DOTCLDR) ? CLDR : JRE;
< prev index next >