Format source code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1671684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a498b87dbc
commit
34558845e3
|
@ -857,8 +857,7 @@ public class DateUtilsTest {
|
|||
* @throws java.lang.Exception so we don't have to catch it
|
||||
*/
|
||||
@Test
|
||||
public void testRoundLang346() throws Exception
|
||||
{
|
||||
public void testRoundLang346() throws Exception {
|
||||
TimeZone.setDefault(defaultZone);
|
||||
dateTimeParser.setTimeZone(defaultZone);
|
||||
final Calendar testCalendar = Calendar.getInstance();
|
||||
|
|
Loading…
Reference in New Issue