Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25F7E17F46 for ; Thu, 30 Oct 2014 13:48:25 +0000 (UTC) Received: (qmail 5493 invoked by uid 500); 30 Oct 2014 13:48:24 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 5349 invoked by uid 500); 30 Oct 2014 13:48:24 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 5338 invoked by uid 99); 30 Oct 2014 13:48:24 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 13:48:24 +0000 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id DA1261A01AD for ; Thu, 30 Oct 2014 13:47:47 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id d1so7465066wiv.9 for ; Thu, 30 Oct 2014 06:48:22 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.79.201 with SMTP id l9mr20561771wjx.59.1414676902022; Thu, 30 Oct 2014 06:48:22 -0700 (PDT) Received: by 10.194.38.98 with HTTP; Thu, 30 Oct 2014 06:48:21 -0700 (PDT) In-Reply-To: <20141029125908.7138723889FD@eris.apache.org> References: <20141029125908.7138723889FD@eris.apache.org> Date: Thu, 30 Oct 2014 14:48:21 +0100 Message-ID: Subject: Re: svn commit: r1635120 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java From: Benedikt Ritter To: Commons Developers List Content-Type: multipart/alternative; boundary=047d7bf0d0f63795d90506a42288 --047d7bf0d0f63795d90506a42288 Content-Type: text/plain; charset=UTF-8 IMHO this comment can be dropped completely. 2014-10-29 13:59 GMT+01:00 : > Author: ggregory > Date: Wed Oct 29 12:59:08 2014 > New Revision: 1635120 > > URL: http://svn.apache.org/r1635120 > Log: > Javadoc. > > Modified: > > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java > > Modified: > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java > URL: > http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java?rev=1635120&r1=1635119&r2=1635120&view=diff > > ============================================================================== > --- > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java > (original) > +++ > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java > Wed Oct 29 12:59:08 2014 > @@ -58,7 +58,7 @@ final class Lexer implements Closeable { > /** The input stream */ > private final ExtendedBufferedReader reader; > > - /** INTERNAL API. but ctor needs to be called dynamically by > PerformanceTest class */ > + /** INTERNAL API. but ctor needs to be called dynamically by {@link > PerformanceTest} class */ > Lexer(final CSVFormat format, final ExtendedBufferedReader reader) { > this.reader = reader; > this.delimiter = format.getDelimiter(); > > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter --047d7bf0d0f63795d90506a42288--