Skip to content

Commit

Permalink
[Fix] Remove strange fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Oct 25, 2023
1 parent 0d79614 commit 0300908
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ ExecutionContext executeSelf() {

for (int i = 0; i < header.length; i++) {
// 4.6.8.1
if(i >= row.size())continue; //Temporary fix
Column column = outputColumns.get(i);
String cellValue = getValueFromRow(row, i, header.length, rowNumber);
if (cellValue != null) rowStatements.add(createRowResource(cellValue, rowNumber, column));
Expand Down

0 comments on commit 0300908

Please sign in to comment.