ICU-7035 Freezable methods' API status to 4.4 in GlobalizationPreferences.

X-SVN-Rev: 27338
This commit is contained in:
Yoshito Umaoka 2010-01-19 23:16:56 +00:00
parent 587ad9d857
commit 937bf876d3

View file

@ -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() {