Skip to content

Commit 7f9c135

Browse files
committed
pr link added to experimentalApi annotations
1 parent 0b60e9e commit 7f9c135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)