Skip to content

Commit 79139b8

Browse files
committed
nit
1 parent caad0a6 commit 79139b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ private void beginTransaction() {
697697
}
698698
}
699699

700-
public synchronized void updateSessionInfo(String sessionId) {
700+
synchronized void updateSessionInfo(String sessionId) {
701701
if (sessionId != null && !sessionId.isEmpty()) {
702702
if (this.sessionInfoConnectionProperty == null
703703
|| !sessionId.equals(this.sessionInfoConnectionProperty.getValue())) {

0 commit comments

Comments
 (0)