remote extra ;

This commit is contained in:
Jacky 2017-11-03 17:48:28 -04:00
parent 12c5839600
commit acf6460ea2

View File

@ -419,7 +419,7 @@ public class XmlImportUtilities extends TreeImportUtilities {
boolean includeFileSources, String fileSource) { boolean includeFileSources, String fileSource) {
for (List<Cell> row : record.rows) { for (List<Cell> row : record.rows) {
if (row.size() > 0) { if (row.size() > 0) {
Row realRow = new Row(row.size()); ; Row realRow = new Row(row.size());
for (int c = 0; c < row.size(); c++) { for (int c = 0; c < row.size(); c++) {
if (c == 0 && includeFileSources) { // to add the file source: if (c == 0 && includeFileSources) { // to add the file source:
realRow.setCell( realRow.setCell(