ICU-2792 adjust indent

X-SVN-Rev: 11865
This commit is contained in:
Alan Liu 2003-05-09 18:46:44 +00:00
parent 914c7c791b
commit dbf22af2dd

View file

@ -4,8 +4,8 @@
* others. All Rights Reserved.
*******************************************************************************
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/calendar/IBMCalendarTest.java,v $
* $Date: 2003/05/09 18:44:53 $
* $Revision: 1.16 $
* $Date: 2003/05/09 18:46:44 $
* $Revision: 1.17 $
*******************************************************************************
*/
package com.ibm.icu.dev.test.calendar;
@ -442,10 +442,10 @@ public class IBMCalendarTest extends CalendarTest {
errln(tz[z] + " " +
dateFormat.format(yesterday) + " +1d= " +
dateFormat.format(cal.getTime()));
}
}
}
}
}
/**
* Miscellaneous tests to increase coverage.