Repository: commons-csv
Updated Branches:
refs/heads/CSV-216 c290f133c -> c66ea98c0
CSV-216 add mutator functions
if the record is already mutable, they will return
the current object, otherwise a copy will be made
using private CSVMutableRecord subclass.
The method mutable() and immutable()
Repository: commons-csv
Updated Branches:
refs/heads/CSV-216-with [created] c66ea98c0
CSV-216 add mutator functions
if the record is already mutable, they will return
the current object, otherwise a copy will be made
using private CSVMutableRecord subclass.
The method mutable() and immutable(