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 3D0D236B8 for ; Wed, 4 May 2011 11:12:02 +0000 (UTC) Received: (qmail 93834 invoked by uid 500); 4 May 2011 11:12:02 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 93785 invoked by uid 500); 4 May 2011 11:12:02 -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 93778 invoked by uid 99); 4 May 2011 11:12:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 11:12:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 11:12:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 128AC23889E7; Wed, 4 May 2011 11:11:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1099412 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java Date: Wed, 04 May 2011 11:11:40 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110504111140.128AC23889E7@eris.apache.org> Author: sebb Date: Wed May 4 11:11:39 2011 New Revision: 1099412 URL: http://svn.apache.org/viewvc?rev=1099412&view=rev Log: Javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java?rev=1099412&r1=1099411&r2=1099412&view=diff ============================================================================== --- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java (original) +++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java Wed May 4 11:11:39 2011 @@ -395,7 +395,7 @@ public class FastDateFormat extends Form * * @param tz the zone to query * @param daylight true if daylight savings - * @param style the style to use {@code TimeZone.LONG} or {@ TimeZone.SHORT} + * @param style the style to use {@code TimeZone.LONG} or {@code TimeZone.SHORT} * @param locale the locale to use * @return the textual name of the time zone */