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:
Benedikt Ritter 2015-04-06 20:06:55 +00:00
parent a498b87dbc
commit 34558845e3
1 changed files with 1 additions and 2 deletions

View File

@ -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();