File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments