ICU-5410 Remove unneeded Clover:off

X-SVN-Rev: 20497
This commit is contained in:
George Rhoten 2006-10-05 22:38:29 +00:00
parent 1f30d7dbb3
commit 46c7b6f222

View file

@ -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) {