Skip to content

Commit

Permalink
Fixed typo and updated the live templates
Browse files Browse the repository at this point in the history
  • Loading branch information
c-guntur committed Apr 4, 2021
1 parent 197fd1d commit 3a2f516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified IDE/PTM.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void main(String[] args) throws Exception {
// Prepare the Paneer Tikka and then marinate them using an executor.
// HINT:
// • Use an instance method thenComposeAsync() on makePaneerTikka.preparePaneerTikka(),
// to call the marinateMixedTkkas(), with the executor.
// to call the marinateMixedTikkas(), with the executor.
CompletableFuture<String> paneerTikka =
CompletableFuture.supplyAsync(() -> "Fix this");

Expand Down

0 comments on commit 3a2f516

Please sign in to comment.