mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 06:53:27 +08:00
fix #348
This commit is contained in:
@@ -1112,7 +1112,7 @@ public class Adventure {
|
||||
x.swim();
|
||||
}
|
||||
|
||||
public staic void v(CanFly x) {
|
||||
public static void v(CanFly x) {
|
||||
x.fly();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user