Skip to content

Commit

Permalink
Update Spanner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
arpan14 authored Feb 14, 2024
1 parent f1ec78c commit acb847a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public interface Spanner extends Service<SpannerOptions>, AutoCloseable {
* }</pre>
* <!--SNIPPET get_dbadmin_client-->
*/
@Deprecated
DatabaseAdminClient getDatabaseAdminClient();

/**
Expand Down Expand Up @@ -82,7 +81,6 @@ public interface Spanner extends Service<SpannerOptions>, AutoCloseable {
* }</pre>
* <!--SNIPPET get_instance_admin_client-->
*/
@Deprecated
InstanceAdminClient getInstanceAdminClient();

/**
Expand Down

0 comments on commit acb847a

Please sign in to comment.