mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
commit
5f58071a22
@ -219,7 +219,7 @@ Java 中的注释有三种:
|
||||
>
|
||||
> ```java
|
||||
> // check to see if the employee is eligible for full benefits
|
||||
> if ((employee.falgs & HOURLY_FLAG) && (employee.age > 65))
|
||||
> if ((employee.flags & HOURLY_FLAG) && (employee.age > 65))
|
||||
> ```
|
||||
>
|
||||
> 应替换为
|
||||
|
Loading…
x
Reference in New Issue
Block a user