Skip to content

Commit

Permalink
Javadoc fixes for Bigtable client (googleapis#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin committed Sep 6, 2018
1 parent d235a82 commit 20c329a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ public AppProfile updateAppProfile(UpdateAppProfileRequest request) {
* ApiFuture<AppProfile> updatedAppProfileFuture = ApiFutures.transformAsync(
* existingAppProfileFuture,
* new ApiAsyncFunction<AppProfile, AppProfile>() {
* @Override
* public ApiFuture<AppProfile> apply(AppProfile existingAppProfile) {
* return client.updateAppProfileAsync(
* UpdateAppProfileRequest.of(existingAppProfile)
Expand Down

0 comments on commit 20c329a

Please sign in to comment.