ICU-7035 Updated Freezable methods' status to @stable ICU 4.4.

X-SVN-Rev: 27337
This commit is contained in:
Yoshito Umaoka 2010-01-19 23:11:35 +00:00
parent d875ce368a
commit 587ad9d857
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2008-2009, International Business Machines Corporation and *
* Copyright (C) 2008-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -777,7 +777,7 @@ public class DateIntervalInfo implements Cloneable, Freezable<DateIntervalInfo>,
/**
* Boilerplate for Freezable
* @stable ICU 4.0
* @stable ICU 4.4
*/
public DateIntervalInfo freeze() {
frozen = true;
@ -786,7 +786,7 @@ public class DateIntervalInfo implements Cloneable, Freezable<DateIntervalInfo>,
/**
* Boilerplate for Freezable
* @stable ICU 4.0
* @stable ICU 4.4
*/
public DateIntervalInfo cloneAsThawed() {
DateIntervalInfo result = (DateIntervalInfo) (this.cloneUnfrozenDII());

View file

@ -967,7 +967,7 @@ public class DateTimePatternGenerator implements Freezable<DateTimePatternGenera
/**
* Boilerplate for Freezable
* @stable ICU 3.6
* @stable ICU 4.4
*/
public DateTimePatternGenerator freeze() {
frozen = true;
@ -976,7 +976,7 @@ public class DateTimePatternGenerator implements Freezable<DateTimePatternGenera
/**
* Boilerplate for Freezable
* @stable ICU 3.6
* @stable ICU 4.4
*/
public DateTimePatternGenerator cloneAsThawed() {
DateTimePatternGenerator result = (DateTimePatternGenerator) (this.clone());