Skip to content

Commit 33bd59f

Browse files
committed
[docs improve] 添加enumassert关键字
1 parent 4de2dc3 commit 33bd59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java/basis/java-basic-questions-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ Java 中的注释有三种:
246246
| :------------------- | -------- | ---------- | -------- | ------------ | ---------- | --------- | ------ |
247247
| 访问控制 | private | protected | public | | | | |
248248
| 类,方法和变量修饰符 | abstract | class | extends | final | implements | interface | native |
249-
| | new | static | strictfp | synchronized | transient | volatile | |
249+
| | new | static | strictfp | synchronized | transient | volatile | enum |
250250
| 程序控制 | break | continue | return | do | while | if | else |
251-
| | for | instanceof | switch | case | default | | |
251+
| | for | instanceof | switch | case | default | assert | |
252252
| 错误处理 | try | catch | throw | throws | finally | | |
253253
| 包相关 | import | package | | | | | |
254254
| 基本类型 | boolean | byte | char | double | float | int | long |

0 commit comments

Comments
 (0)