Skip to content

Commit

Permalink
Merge pull request #10501 from playframework/mergify/bp/master/pr-10454
Browse files Browse the repository at this point in the history
Update Application.java (bp #10454)
  • Loading branch information
mergify[bot] committed Oct 27, 2020
2 parents 24ba292 + c38c773 commit b9b4af5
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 b9b4af5

Please sign in to comment.