From f05aa069f78320d1a5610824eefa3dbd5338b16b Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Mon, 10 Apr 2017 10:14:21 +0000 Subject: [PATCH] ICU-13109 Public API: RelativeDateTimeUnit must be @stable ICU 57 X-SVN-Rev: 40018 --- .../core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java index ba28bfe18e1..bd808b46e30 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java @@ -292,8 +292,7 @@ public final class RelativeDateTimeFormatter { /** * Represents the unit for formatting a relative date. e.g "in 5 days" * or "next year" - * @draft ICU 57 - * @provisional This API might change or be removed in a future release. + * @stable ICU 57 */ public static enum RelativeDateTimeUnit { /** -- 2.40.0