]> granicus.if.org Git - icu/commitdiff
ICU-8449 fix incorrect deprecations
authorScott Russell <DTownSMR@gmail.com>
Fri, 16 Aug 2013 16:44:14 +0000 (16:44 +0000)
committerScott Russell <DTownSMR@gmail.com>
Fri, 16 Aug 2013 16:44:14 +0000 (16:44 +0000)
X-SVN-Rev: 34050

icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java

index 3ea4f032e9f31249ee6dd0165b84e231cd24bff8..35e5ac501d4f080bd8d9fc7a306d0d2d513597be 100644 (file)
@@ -313,7 +313,6 @@ public class IslamicCalendar extends Calendar {
      *                  <code>false</code> 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;