refresh list after correcting a value

This commit is contained in:
Andreas Billmann
2015-12-18 01:47:38 +01:00
parent 941f1b9037
commit 9b8b0080ff
3 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ public class CSVModel {
/**
* walks through the data and validates each value
*/
private void revalidate() {
public void revalidate() {
validationError.clear();
if (header != null && validator != null) {