Skip to content

Commit

Permalink
docs: add clearifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Oct 19, 2020
1 parent f0eab92 commit 1fdf282
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ public AsyncTransactionManager withCommitStats() {
new ApiFutureCallback<AsyncTransactionManagerImpl>() {
@Override
public void onFailure(Throwable t) {
// Ignore.
// Ignore this error as there is no underlying AsyncTransactionManager to instruct that
// it should return CommitStats.
}

@Override
Expand Down

0 comments on commit 1fdf282

Please sign in to comment.