mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-7035 Updated Freezable methods' status to @stable ICU 4.4.
X-SVN-Rev: 27337
This commit is contained in:
parent
d875ce368a
commit
587ad9d857
2 changed files with 5 additions and 5 deletions
|
@ -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());
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue