@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:
parent
561adc6440
commit
98e075b22d
|
@ -51,7 +51,6 @@ public class CSVStrategy {
|
|||
* @param interpretUnicodeEscapes TRUE when unicode escapes should be
|
||||
* interpreted
|
||||
* @param ignoreEmptyLines TRUE when the parser should skip emtpy lines
|
||||
* @return current instance of CSVParser to allow chained method calls
|
||||
*/
|
||||
public CSVStrategy(
|
||||
char delimiter,
|
||||
|
|
Loading…
Reference in New Issue