From 98e075b22d6127826804a1379196ba4555c2cfca Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Wed, 5 Jul 2006 06:45:05 +0000 Subject: [PATCH] @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 --- src/java/org/apache/commons/csv/CSVStrategy.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/org/apache/commons/csv/CSVStrategy.java b/src/java/org/apache/commons/csv/CSVStrategy.java index aa2c293a..f47d6a6c 100644 --- a/src/java/org/apache/commons/csv/CSVStrategy.java +++ b/src/java/org/apache/commons/csv/CSVStrategy.java @@ -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,