@return is meaningless in a constructor

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@419184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-07-05 06:45:05 +00:00
parent 561adc6440
commit 98e075b22d
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class CSVStrategy {
* @param interpretUnicodeEscapes TRUE when unicode escapes should be * @param interpretUnicodeEscapes TRUE when unicode escapes should be
* interpreted * interpreted
* @param ignoreEmptyLines TRUE when the parser should skip emtpy lines * @param ignoreEmptyLines TRUE when the parser should skip emtpy lines
* @return current instance of CSVParser to allow chained method calls
*/ */
public CSVStrategy( public CSVStrategy(
char delimiter, char delimiter,