Skip to content

Commit

Permalink
Merge pull request #10454 from manishbansal8843/patch-1
Browse files Browse the repository at this point in the history
Update Application.java
  • Loading branch information
mergify[bot] committed Oct 26, 2020
2 parents ce6ea55 + 90018c3 commit 2e86020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public CompletionStage<Result> index() {
return CompletableFuture.supplyAsync(this::longComputation)
.thenApply((Integer i) -> ok("Got " + i));
}
// ###skip: 1
// ###skip: 3
public int longComputation() {
return 2;
}
Expand Down

0 comments on commit 2e86020

Please sign in to comment.