mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 23:13:28 +08:00
Update 06-Housekeeping.md
This commit is contained in:
@@ -422,11 +422,11 @@ class Banana {
|
||||
}
|
||||
}
|
||||
public class BananaPeel {
|
||||
public static void main(String[] args) [
|
||||
public static void main(String[] args) {
|
||||
Banana a = new Banana(), b = new Banana();
|
||||
a.peel(1);
|
||||
b.peel(2);
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user