mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-7035 Freezable methods' API status to 4.4 in GlobalizationPreferences.
X-SVN-Rev: 27338
This commit is contained in:
parent
587ad9d857
commit
937bf876d3
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2004-2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2004-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -1488,7 +1488,7 @@ public class GlobalizationPreferences implements Freezable<GlobalizationPreferen
|
|||
}
|
||||
|
||||
/**
|
||||
* @draft ICU 3.6
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public GlobalizationPreferences freeze() {
|
||||
|
@ -1497,7 +1497,7 @@ public class GlobalizationPreferences implements Freezable<GlobalizationPreferen
|
|||
}
|
||||
|
||||
/**
|
||||
* @draft ICU 3.6
|
||||
* @draft ICU 4.4
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public GlobalizationPreferences cloneAsThawed() {
|
||||
|
|
Loading…
Add table
Reference in a new issue