Skip to content

Commit 24235b8

Browse files
authored
Merge pull request frank-lam#34 from zixi5534/patch-1
Update 01-Java基础.md
2 parents e6066ff + 698ccb1 commit 24235b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notes/JavaArchitecture/01-Java基础.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public String toLocaleString() {
249249
- 这个注解也是用来抑制编译器警告的注解,用的地方并不多。
250250

251251
5. @FunctionalInterface 用来指定该接口是函数式接口
252-
- 用该注解显示指定该接口是一个函数式接口
252+
- 用该注解显式指定该接口是一个函数式接口
253253

254254

255255

@@ -2324,4 +2324,4 @@ public class CloneExample implements Cloneable {
23242324

23252325
- 2018/7/11 v1.0 第一版
23262326
- 2018/7/31 v2.0 基础版
2327-
- 2018/8/30-31 v3.0 初版
2327+
- 2018/8/30-31 v3.0 初版

0 commit comments

Comments
 (0)