Skip to content

Commit

Permalink
clarified comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Apr 22, 2021
1 parent fb321af commit 1b812ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ private void postprocess() throws CityGMLExportException, SQLException {

private void delegateADEProperties(ObjectContext context, long objectId) throws SQLException, CityGMLExportException {
// we only have to query and delegate ADE properties here if the
// ADE feature is a direct child of AbstractCityObject and, thus,
// is not handled by another exporter class
// ADE feature is a direct child of AbstractCityObject or AbstractSite
// and, thus, is not handled by another exporter class
if (context.queryADEHookTables) {
List<Table> adeHookTables = getADEHookTables(context);
if (adeHookTables.isEmpty()) {
Expand Down

0 comments on commit 1b812ec

Please sign in to comment.