Commit 6444c2be authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Bugfix deleteUnexistingEntities method

parent ac6d32dc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ public class TapSchemaMender {
    }

    private void deleteUnexistingEntities() throws SQLException {
        String tapSchemaName = tapSchema.getName();
        String tapSchemaName = tapSchema.getRealName();
        DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker();

        Set<String> keysToRemoveIds = new HashSet<>();