1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

[fix]delete todo in comment

This commit is contained in:
shuang.kou 2020-03-13 18:25:55 +08:00
parent c08a0369a2
commit 50f7ccd269

View File

@ -73,7 +73,7 @@ Formula 接口中除了抽象方法计算接口公式还定义了默认方法 `s
public class Main {
public static void main(String[] args) {
// TODO 通过匿名内部类方式访问接口
// 通过匿名内部类方式访问接口
Formula formula = new Formula() {
@Override
public double calculate(int a) {