Update README.md

This commit is contained in:
Ilkka Seppälä
2020-08-26 21:54:44 +03:00
parent 9b464e0be1
commit 8983f9c11c
3 changed files with 12 additions and 11 deletions

View File

@ -8,11 +8,6 @@ package com.iluwatar.callback {
interface Callback {
+ call() {abstract}
}
class LambdasApp {
- LOGGER : Logger {static}
- LambdasApp()
+ main(args : String[]) {static}
}
class SimpleTask {
- LOGGER : Logger {static}
+ SimpleTask()