Skip to content

Commit 265c0fc

Browse files
fix javadocs
1 parent d7ecfd2 commit 265c0fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ public List<Instance> listInstances() {
296296
*
297297
* <pre>{@code
298298
* ApiFutures.addCallback(instancesFuture, new ApiFutureCallback<List<Instance>>() {
299-
* @Override
300299
* public void onFailure(Throwable t) {
301300
* if (t instanceof PartialListInstancesException) {
302301
* PartialListInstancesException partialError = (PartialListInstancesException)t;
@@ -305,7 +304,6 @@ public List<Instance> listInstances() {
305304
* }
306305
* }
307306
*
308-
* @Override
309307
* public void onSuccess(List<Instance> result) {
310308
* System.out.println("Found a complete set of instances: " + result);
311309
* }

0 commit comments

Comments
 (0)