Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Aug 17, 2018
1 parent d7ecfd2 commit 265c0fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public List<Instance> listInstances() {
*
* <pre>{@code
* ApiFutures.addCallback(instancesFuture, new ApiFutureCallback<List<Instance>>() {
* @Override
* public void onFailure(Throwable t) {
* if (t instanceof PartialListInstancesException) {
* PartialListInstancesException partialError = (PartialListInstancesException)t;
Expand All @@ -305,7 +304,6 @@ public List<Instance> listInstances() {
* }
* }
*
* @Override
* public void onSuccess(List<Instance> result) {
* System.out.println("Found a complete set of instances: " + result);
* }
Expand Down

0 comments on commit 265c0fc

Please sign in to comment.