summaryrefslogtreecommitdiff
path: root/icu4j
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-11-09 16:00:14 +0000
committerNeil Fuller <nfuller@google.com>2015-11-09 16:04:25 +0000
commitc33b36dc77af9bc1fe86998cd1b7a6fc97e3d31c (patch)
tree45d50891472616ca937b35323a678422d32d8fb7 /icu4j
parent17bdb07540c1328e0ae04e25d1673c44875b843c (diff)
downloadicu-c33b36dc77af9bc1fe86998cd1b7a6fc97e3d31c.tar.gz
Modify ICU class docs that refer to provisional methods
These changes might be difficult to push upstream because the methods are visible there. The changes to android_icu4j were generated using external/icu/tools/srcgen/generate_android_icu4j.sh Bug: 22023363 Change-Id: Ia5e0240972d1738864aebb6ae71d4ae7d16b3e9a
Diffstat (limited to 'icu4j')
-rw-r--r--icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java7
-rw-r--r--icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java13
2 files changed, 1 insertions, 19 deletions
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java b/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java
index ce47042d6..240cd9cb6 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java
@@ -64,12 +64,7 @@ import com.ibm.icu.util.ULocale.Category;
* Like the Islamic religious calendar, <em>Umm al-Qura</em> is also based
* on the sighting method of the crescent moon but is standardized by Saudi Arabia.
* <p>
- * The {@link #setCalculationType(CalculationType) setCalculationType} method determines
- * which approach is used to determine the start of a month. By default, the
- * fixed-cycle <em>civil</em> calendar is used. However, if <code>setCalculationType(ISLAMIC)</code>
- * is called, an approximation of the true lunar calendar will be used.
- * Similarly, if <code>setCalculationType(ISLAMIC_UMALQURA)</code> is called, an approximation
- * of the Umm al-Qura lunar calendar will be used.
+ * The fixed-cycle <em>civil</em> calendar is used.
* <p>
* This class should not be subclassed.</p>
* <p>
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java b/icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java
index 5c65e44aa..a91fd6bb7 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java
@@ -87,19 +87,6 @@ import com.ibm.icu.text.LocaleDisplayNames.DialectHandling;
* to canonical form, or the <code>canonicalInstance</code> factory method
* can be called.</p>
*
- * <p>This class provides selectors {@link #VALID_LOCALE} and {@link
- * #ACTUAL_LOCALE} intended for use in methods named
- * <tt>getLocale()</tt>. These methods exist in several ICU classes,
- * including {@link com.ibm.icu.util.Calendar}, {@link
- * com.ibm.icu.util.Currency}, {@link com.ibm.icu.text.UFormat},
- * {@link com.ibm.icu.text.BreakIterator},
- * <a href="../text/Collator.html" title="class in com.ibm.icu.text"><code>Collator</code></a>,
- * {@link com.ibm.icu.text.DateFormatSymbols}, and {@link
- * com.ibm.icu.text.DecimalFormatSymbols} and their subclasses, if
- * any. Once an object of one of these classes has been created,
- * <tt>getLocale()</tt> may be called on it to determine the valid and
- * actual locale arrived at during the object's construction.
- *
* <p>Note: The <i>actual</i> locale is returned correctly, but the <i>valid</i>
* locale is not, in most cases.
*