Check Style fixes #334
This commit is contained in:
parent
ca4a4ec07b
commit
e25ef1b0f8
@ -11,7 +11,7 @@ public class LambdasApp {
|
|||||||
/**
|
/**
|
||||||
* Program entry point
|
* Program entry point
|
||||||
*/
|
*/
|
||||||
public static void main(String[] args){
|
public static void main(String[] args) {
|
||||||
Task task = new SimpleTask();
|
Task task = new SimpleTask();
|
||||||
Callback c = () -> System.out.println("I'm done now.");
|
Callback c = () -> System.out.println("I'm done now.");
|
||||||
task.executeWith(c);
|
task.executeWith(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user