]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/text/RbnfLenientScannerProvider.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / text / RbnfLenientScannerProvider.java
similarity index 75%
rename from jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/text/RbnfLenientScannerProvider.java
rename to jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/text/RbnfLenientScannerProvider.java
index cf68222f14c4e23018161914bab6e6ccb290009c..3cfed5afe89094a5f4d02fb7d34f0f34c57eda56 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2012, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -12,8 +12,7 @@ import com.ibm.icu.util.ULocale;
 /**
  * A provider for an RbnfLenientScanner.
  *
- * @draft ICU 4.4
- * @provisional This API might change or be removed in a future release.
+ * @stable ICU 4.4
  */
 public interface RbnfLenientScannerProvider {
   /**
@@ -23,8 +22,7 @@ public interface RbnfLenientScannerProvider {
    * @param locale the locale to provide the default lenient rules.
    * @param extras extra collation rules
    * @return the lenient scanner, or null
-   * @draft ICU 4.4
-   * @provisional This API might change or be removed in a future release.
+   * @stable ICU 4.4
    */
   RbnfLenientScanner get(ULocale locale, String extras);
 }