mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5410 Remove unneeded Clover:off
X-SVN-Rev: 20497
This commit is contained in:
parent
1f30d7dbb3
commit
46c7b6f222
1 changed files with 1 additions and 3 deletions
|
@ -375,7 +375,6 @@ public class IslamicCalendar extends Calendar {
|
|||
// * @param day The # of days since the start of the Islamic calendar.
|
||||
// */
|
||||
// // private and uncalled, perhaps not used yet?
|
||||
// ///CLOVER:OFF
|
||||
// private static final int absoluteDayToDayOfWeek(long day)
|
||||
// {
|
||||
// // Calculate the day of the week.
|
||||
|
@ -386,7 +385,6 @@ public class IslamicCalendar extends Calendar {
|
|||
// }
|
||||
// return dayOfWeek;
|
||||
// }
|
||||
// ///CLOVER:ON
|
||||
|
||||
/**
|
||||
* Determine whether a year is a leap year in the Islamic civil calendar
|
||||
|
@ -414,7 +412,7 @@ public class IslamicCalendar extends Calendar {
|
|||
* from the Hijri epoch, origin 0.
|
||||
*
|
||||
* @param year The hijri year
|
||||
* @param year The hijri month, 0-based
|
||||
* @param month The hijri month, 0-based
|
||||
*/
|
||||
private long monthStart(int year, int month) {
|
||||
if (civil) {
|
||||
|
|
Loading…
Add table
Reference in a new issue