Correcting the doc error

This commit is contained in:
nmahendru 2017-08-15 16:08:02 -07:00
parent 0d54fa0985
commit cbfee0a381

View File

@ -84,7 +84,6 @@ public final class CSVRecord implements Serializable, Iterable<String> {
* a column index (0-based)
* @param value
* a string value to replace the current data
* @return nothing
*
* @throws ImmutableRecordCantBeSetException incase it's called on an immutable instance.
*/