Skip to content

Commit f206b77

Browse files
committed
clean up connection class
1 parent 79a5f8b commit f206b77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryConnection.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,6 @@ public void close() throws SQLException {
844844
throw new BigQueryJdbcException(ex);
845845
} catch (InterruptedException e) {
846846
throw new BigQueryJdbcRuntimeException(e);
847-
} finally {
848-
BigQueryJdbcMdc.removeInstance(this);
849847
}
850848
this.isClosed = true;
851849
}

0 commit comments

Comments
 (0)