Loading TASMAN-core/src/main/java/it/inaf/ia2/tsm/TapSchemaMender.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ public class TapSchemaMender { } } private void deleteUnexistingEntities() throws SQLException { private void deleteUnexistingEntities() throws SQLException { String tapSchemaName = tapSchema.getName(); String tapSchemaName = tapSchema.getRealName(); DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker(); DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker(); Set<String> keysToRemoveIds = new HashSet<>(); Set<String> keysToRemoveIds = new HashSet<>(); Loading Loading
TASMAN-core/src/main/java/it/inaf/ia2/tsm/TapSchemaMender.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ public class TapSchemaMender { } } private void deleteUnexistingEntities() throws SQLException { private void deleteUnexistingEntities() throws SQLException { String tapSchemaName = tapSchema.getName(); String tapSchemaName = tapSchema.getRealName(); DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker(); DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker(); Set<String> keysToRemoveIds = new HashSet<>(); Set<String> keysToRemoveIds = new HashSet<>(); Loading