Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEA2B17987 for ; Mon, 6 Apr 2015 20:06:55 +0000 (UTC) Received: (qmail 71355 invoked by uid 500); 6 Apr 2015 20:06:55 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 71297 invoked by uid 500); 6 Apr 2015 20:06:55 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 71288 invoked by uid 99); 6 Apr 2015 20:06:55 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 20:06:55 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 9CAF9AC0044 for ; Mon, 6 Apr 2015 20:06:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1671684 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java Date: Mon, 06 Apr 2015 20:06:55 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150406200655.9CAF9AC0044@hades.apache.org> 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();