File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ public Builder setWarnAndCloseIfInactiveTransactions() {
826826 return this ;
827827 }
828828
829- @ ExperimentalApi ("" )
829+ @ ExperimentalApi ("https://github.com/googleapis/java-spanner/pull/3676 " )
830830 public Builder setExperimentalHost () {
831831 this .isExperimentalHost = true ;
832832 return this ;
Original file line number Diff line number Diff line change @@ -1485,7 +1485,7 @@ public Builder setHost(String host) {
14851485 return this ;
14861486 }
14871487
1488- @ ExperimentalApi ("" )
1488+ @ ExperimentalApi ("https://github.com/googleapis/java-spanner/pull/3676 " )
14891489 public Builder setExperimentalHost (String host ) {
14901490 super .setHost (host );
14911491 super .setProjectId (EXPERIMENTAL_HOST_PROJECT_ID );
You can’t perform that action at this time.
0 commit comments