Home | History | Annotate | Download | only in util
      1 --- android_icu4j/src/main/java/android/icu/util/IslamicCalendar.java	2017-08-25 08:53:44.225866216 +0100
      2 +++ android_icu4j/src/main/java/android/icu/util/IslamicCalendar.java	2017-08-25 08:54:12.453921200 +0100
      3 @@ -67,12 +67,7 @@
      4   * Like the Islamic religious calendar, <em>Umm al-Qura</em> is also based
      5   * on the sighting method of the crescent moon but is standardized by Saudi Arabia.
      6   * <p>
      7 - * The {@link #setCalculationType(CalculationType) setCalculationType} method determines
      8 - * which approach is used to determine the start of a month.  By default, the
      9 - * fixed-cycle <em>civil</em> calendar is used.  However, if <code>setCalculationType(ISLAMIC)</code>
     10 - * is called, an approximation of the true lunar calendar will be used.
     11 - * Similarly, if <code>setCalculationType(ISLAMIC_UMALQURA)</code> is called, an approximation
     12 - * of the Umm al-Qura lunar calendar will be used.
     13 + * The fixed-cycle <em>civil</em> calendar is used.
     14   * <p>
     15   * This class should not be subclassed.</p>
     16   * <p>
     17