You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/06 22:06:55 UTC

svn commit: r1671684 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

Author: britter
Date: Mon Apr  6 20:06:55 2015
New Revision: 1671684

URL: http://svn.apache.org/r1671684
Log:
Format source code

Modified:
    commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java?rev=1671684&r1=1671683&r2=1671684&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java (original)
+++ commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Mon Apr  6 20:06:55 2015
@@ -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();