Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jan 12, 2025
1 parent 5c4064b commit 7990926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public HierarchyBuilder initialize(ResultSet rs) throws ExportException, SQLExce
}
}

if (exportAppearances && !appearanceIds.isEmpty()) {
if (exportAppearances) {
tableHelper.getOrCreateExporter(AppearanceExporter.class)
.doExport(appearanceIds, implicitGeometryIds)
.forEach(hierarchy::addAppearance);
Expand Down

0 comments on commit 7990926

Please sign in to comment.