db-migration #10

Merged
hsh-michaelhoennig merged 74 commits from db-migration into master 2024-01-23 15:11:24 +01:00
Showing only changes of commit ae1b6b44b6 - Show all commits

View File

@ -436,7 +436,7 @@ public class ImportOfficeTables extends ContextBasedTest {
} }
private List<String[]> withoutHeader(final List<String[]> records) { private List<String[]> withoutHeader(final List<String[]> records) {
return records.subList(1, records.size()-1); return records.subList(1, records.size());
} }
} }