]> granicus.if.org Git - icu/commitdiff
ICU-10435 deprecate collation TAILORINGS_VERSION
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 27 Aug 2014 22:19:28 +0000 (22:19 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 27 Aug 2014 22:19:28 +0000 (22:19 +0000)
X-SVN-Rev: 36255

icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java

index a69bf8191a4d9dad2ab94133e4f9de3d7cd8f256..0d9111651a0498cbf942d3c928a4e551b8923b15 100644 (file)
@@ -196,10 +196,12 @@ public final class VersionInfo implements Comparable<VersionInfo>
     public static final VersionInfo UCOL_BUILDER_VERSION;
 
     /**
-     * This is the version of collation tailorings.
-     * This value may change in subsequent releases of ICU.
-     * @stable ICU 2.8
+     * Constant version 1.
+     * This was intended to be the version of collation tailorings,
+     * but instead the tailoring data carries a version number.
+     * @deprecated ICU 54
      */
+    @Deprecated
     public static final VersionInfo UCOL_TAILORINGS_VERSION;