[1/3] commons-csv git commit: CSV-216 add mutator functions

2018-02-09 Thread stain
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()

[1/3] commons-csv git commit: CSV-216 add mutator functions

2018-02-09 Thread stain
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(