We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4a4ec commit e25ef1bCopy full SHA for e25ef1b
callback/src/main/java/com/iluwatar/callback/LambdasApp.java
@@ -11,7 +11,7 @@ public class LambdasApp {
11
/**
12
* Program entry point
13
*/
14
- public static void main(String[] args){
+ public static void main(String[] args) {
15
Task task = new SimpleTask();
16
Callback c = () -> System.out.println("I'm done now.");
17
task.executeWith(c);
0 commit comments