Skip to content

Commit b2079f4

Browse files
committed
feat: support option for setting client-id
1 parent 13b7d5c commit b2079f4

File tree

1 file changed

+2
-1
lines changed
  • google-cloud-spanner/src/main/java/com/google/cloud/spanner

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public interface Spanner extends Service<SpannerOptions>, AutoCloseable {
146146
* <!--SNIPPET get_db_client-->
147147
*/
148148
default DatabaseClient getDatabaseClient(DatabaseId db, String clientId) {
149-
throw new UnsupportedOperationException("getDatabaseClient with clientId is not supported by this default implementation.");
149+
throw new UnsupportedOperationException(
150+
"getDatabaseClient with clientId is not supported by this default implementation.");
150151
}
151152

152153
/**

0 commit comments

Comments
 (0)