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 7FE7711D40 for ; Mon, 16 Jun 2014 15:59:04 +0000 (UTC) Received: (qmail 18802 invoked by uid 500); 16 Jun 2014 15:59:04 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18714 invoked by uid 500); 16 Jun 2014 15:59:04 -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 18705 invoked by uid 99); 16 Jun 2014 15:59:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:59:04 +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; Mon, 16 Jun 2014 15:59:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CA8BD238896F; Mon, 16 Jun 2014 15:58:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1602909 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Date: Mon, 16 Jun 2014 15:58:42 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140616155842.CA8BD238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Mon Jun 16 15:58:42 2014 New Revision: 1602909 URL: http://svn.apache.org/r1602909 Log: Checkstyle: Line has trailing spaces. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1602909&r1=1602908&r2=1602909&view=diff ============================================================================== --- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (original) +++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Mon Jun 16 15:58:42 2014 @@ -454,7 +454,7 @@ public final class CSVFormat implements /** * Specifies whether empty headers are ignored when parsing the header line. - * + * * @return true if headers are ignored when parsing the header line, false to throw an * {@link IllegalArgumentException}.. */ @@ -612,11 +612,11 @@ public final class CSVFormat implements /** * Prints to the specified output. - * + * *

* See also {@link CSVPrinter}. *

- * + * * @param out * the output * @return a printer to an output