Cleveroad / AdaptiveTableLayout

Library that makes it possible to read, edit and write CSV files
MIT License
1.9k stars 234 forks source link

Refactoring #39

Open ugar0ff opened 5 years ago

ugar0ff commented 5 years ago

In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change for (int i = 0; i < getItems().length; i++) to for (int i = 0; i < getColumnCount() - 1; i++)

Thanks