Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovecopy committed Jul 31, 2024
1 parent d9fbb6c commit 4d2843f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/java/015.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Date a=new Date();
Date b=new Date(123);//1970-01-01之后的毫秒
```

## Calendar类
## Calendar 类

Calender类是抽象类,需要用getInstance()获取对象
Calender 类是抽象类,需要用 getInstance() 获取对象
2 changes: 1 addition & 1 deletion docs/java/018.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 1.18 抽象类

抽象类用abstract关键字定义
抽象类用 abstract 关键字定义

0 comments on commit 4d2843f

Please sign in to comment.