Skip to content

Commit

Permalink
fixed issue #324
Browse files Browse the repository at this point in the history
  • Loading branch information
jbax committed May 14, 2019
1 parent 4253339 commit ec7c150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected String getDetails() {
* @return the record number when the exception occurred.
*/
public long getRecordNumber() {
return lineIndex;
return recordNumber;
}


Expand Down

0 comments on commit ec7c150

Please sign in to comment.