From: Yoshito Umaoka Date: Tue, 14 Mar 2017 14:15:29 +0000 (+0000) Subject: ICU-12882 Removed a section explaining calendar subclass resource data from DateForma... X-Git-Tag: release-59-rc~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d82980d9a4cf7c7fd282f3e298d8047cd9f7652;p=icu ICU-12882 Removed a section explaining calendar subclass resource data from DateFormatSymbols constructor's API doc. X-SVN-Rev: 39792 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java index f5021533586..f4be9febaeb 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java @@ -2147,57 +2147,7 @@ public class DateFormatSymbols implements Serializable, Cloneable { /** * Returns the {@link DateFormatSymbols} object that should be used to format a * calendar system's dates in the given locale. - *

- * Subclassing:
- * When creating a new Calendar subclass, you must create the - * {@link ResourceBundle ResourceBundle} - * containing its {@link DateFormatSymbols DateFormatSymbols} in a specific place. - * The resource bundle name is based on the calendar's fully-specified - * class name, with ".resources" inserted at the end of the package name - * (just before the class name) and "Symbols" appended to the end. - * For example, the bundle corresponding to "com.ibm.icu.util.HebrewCalendar" - * is "com.ibm.icu.impl.data.HebrewCalendarSymbols". - *

- * Within the ResourceBundle, this method searches for five keys: - *

- *

* @param cal The calendar system whose date format symbols are desired. * @param locale The locale whose symbols are desired. * @@ -2211,57 +2161,6 @@ public class DateFormatSymbols implements Serializable, Cloneable { /** * Returns the {@link DateFormatSymbols} object that should be used to format a * calendar system's dates in the given locale. - *

- * Subclassing:
- * When creating a new Calendar subclass, you must create the - * {@link ResourceBundle ResourceBundle} - * containing its {@link DateFormatSymbols DateFormatSymbols} in a specific place. - * The resource bundle name is based on the calendar's fully-specified - * class name, with ".resources" inserted at the end of the package name - * (just before the class name) and "Symbols" appended to the end. - * For example, the bundle corresponding to "com.ibm.icu.util.HebrewCalendar" - * is "com.ibm.icu.impl.data.HebrewCalendarSymbols". - *

- * Within the ResourceBundle, this method searches for five keys: - *

- *

* @param cal The calendar system whose date format symbols are desired. * @param locale The ulocale whose symbols are desired. *