From: Scott Russell Date: Fri, 16 Aug 2013 16:44:14 +0000 (+0000) Subject: ICU-8449 fix incorrect deprecations X-Git-Tag: milestone-59-0-1~2706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f2027f091f25cd52bd6a13b6e4bb1d8c4ceb740;p=icu ICU-8449 fix incorrect deprecations X-SVN-Rev: 34050 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java b/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java index 3ea4f032e9f..35e5ac501d4 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java @@ -313,7 +313,6 @@ public class IslamicCalendar extends Calendar { * false to use the astronomical calendar. * @stable ICU 2.8 */ - @Deprecated public void setCivil(boolean beCivil) { if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { @@ -340,7 +339,6 @@ public class IslamicCalendar extends Calendar { * @stable ICU 2.8 * */ - @Deprecated public boolean isCivil() { if(cType == CalculationType.ISLAMIC_CIVIL){ return true; @@ -628,7 +626,6 @@ public class IslamicCalendar extends Calendar { * astronomical calculations for the time of the new moon. * * @serial - * @deprecated */ private boolean civil = true;