mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5720 Add provisional comment after draft.
X-SVN-Rev: 26498
This commit is contained in:
parent
2c58dba41c
commit
651a023b47
2 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,7 @@ public final class ICUDataVersion {
|
|||
* @return TRUE if ICU_DATA_VERSION is newer than icuver, else FALSE
|
||||
*
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static boolean isDataOlder(VersionInfo dataVersionFillin) {
|
||||
boolean result = true;
|
||||
|
@ -57,6 +58,7 @@ public final class ICUDataVersion {
|
|||
* @return TRUE if data has been modified, else FALSE
|
||||
*
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static boolean isDataModified() {
|
||||
if (hasICUSTDBundle()) {
|
||||
|
@ -71,6 +73,7 @@ public final class ICUDataVersion {
|
|||
* @return Current icu data version
|
||||
*
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static VersionInfo getDataVersion() {
|
||||
UResourceBundle icudatares = null;
|
||||
|
|
|
@ -136,6 +136,7 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
/**
|
||||
* Data version in ICU4J.
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static final VersionInfo ICU_DATA_VERSION;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue