Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Check Style fixes #334
  • Loading branch information
mikulucky committed Jan 2, 2016
commit e25ef1b0f89bb137e90351c10dabb5d374e8428e
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class LambdasApp {
/**
* Program entry point
*/
public static void main(String[] args){
public static void main(String[] args) {
Task task = new SimpleTask();
Callback c = () -> System.out.println("I'm done now.");
task.executeWith(c);
Expand Down