Skip to content

Commit 20c329a

Browse files
authored
Javadoc fixes for Bigtable client (#3652)
1 parent d235a82 commit 20c329a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-clients/google-cloud-bigtable-admin/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableInstanceAdminClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ public AppProfile updateAppProfile(UpdateAppProfileRequest request) {
926926
* ApiFuture<AppProfile> updatedAppProfileFuture = ApiFutures.transformAsync(
927927
* existingAppProfileFuture,
928928
* new ApiAsyncFunction<AppProfile, AppProfile>() {
929-
* @Override
930929
* public ApiFuture<AppProfile> apply(AppProfile existingAppProfile) {
931930
* return client.updateAppProfileAsync(
932931
* UpdateAppProfileRequest.of(existingAppProfile)

0 commit comments

Comments
 (0)