mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
parent
e43c4e5f1b
commit
3218440d5a
3 changed files with 9 additions and 3 deletions
|
@ -377,8 +377,10 @@ public class DateIntervalFormat extends UFormat {
|
|||
/**
|
||||
* serialization method resolve instances to the constant
|
||||
* DateIntervalFormat.SpanField values
|
||||
* @draft ICU 64
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
@Override
|
||||
protected Object readResolve() throws InvalidObjectException {
|
||||
if (this.getName().equals(DATE_INTERVAL_SPAN.getName()))
|
||||
|
|
|
@ -171,8 +171,10 @@ final public class ListFormatter {
|
|||
/**
|
||||
* Serialization method resolve instances to the constant Field values
|
||||
*
|
||||
* @draft ICU 64
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
@Override
|
||||
protected Object readResolve() throws InvalidObjectException {
|
||||
if (this.getName().equals(LITERAL.getName()))
|
||||
|
|
|
@ -437,8 +437,10 @@ public final class RelativeDateTimeFormatter {
|
|||
/**
|
||||
* Serizalization method resolve instances to the constant Field values
|
||||
*
|
||||
* @draft ICU 64
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
@Override
|
||||
protected Object readResolve() throws InvalidObjectException {
|
||||
if (this.getName().equals(LITERAL.getName()))
|
||||
|
|
Loading…
Add table
Reference in a new issue