Skip to content

Commit 98e075b

Browse files
committed
@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
1 parent 561adc6 commit 98e075b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/java/org/apache/commons/csv/CSVStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public CSVStrategy(char delimiter, char encapsulator, char commentStart) {
5151
* @param interpretUnicodeEscapes TRUE when unicode escapes should be
5252
* interpreted
5353
* @param ignoreEmptyLines TRUE when the parser should skip emtpy lines
54-
* @return current instance of CSVParser to allow chained method calls
5554
*/
5655
public CSVStrategy(
5756
char delimiter,

0 commit comments

Comments
 (0)