Skip to content

Commit

Permalink
Fixed typo from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffheaton committed Sep 3, 2017
1 parent 8b466da commit e82ec66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public void analyze() {
ColumnDefinition colDef = this.helper.getSourceColumns().get(i);
int index = findIndex(colDef);
String value = line[index];
String value = line[colDef.getIndex()];
colDef.analyze(value);
}
}
Expand Down

0 comments on commit e82ec66

Please sign in to comment.