From: Markus Scherer Date: Wed, 27 Aug 2014 22:19:28 +0000 (+0000) Subject: ICU-10435 deprecate collation TAILORINGS_VERSION X-Git-Tag: milestone-59-0-1~1691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0036302a837b01dc3882691d0b539b6019dbdca5;p=icu ICU-10435 deprecate collation TAILORINGS_VERSION X-SVN-Rev: 36255 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java index a69bf8191a4..0d9111651a0 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java @@ -196,10 +196,12 @@ public final class VersionInfo implements Comparable 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;