We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08a036 commit 50f7ccdCopy full SHA for 50f7ccd
docs/java/What's New in JDK8/Java8Tutorial.md
@@ -73,7 +73,7 @@ Formula 接口中除了抽象方法计算接口公式还定义了默认方法 `s
73
public class Main {
74
75
public static void main(String[] args) {
76
- // TODO 通过匿名内部类方式访问接口
+ // 通过匿名内部类方式访问接口
77
Formula formula = new Formula() {
78
@Override
79
public double calculate(int a) {
0 commit comments