Skip to content

Commit a8c5a57

Browse files
committed
auto commit
1 parent 1b0c341 commit a8c5a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/Java 基础.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public abstract class A {
511511
}
512512
```
513513

514-
只能访问所属类的静态字段和静态方法,方法中不能有 this 和 super 关键字,因此这两个关键字与具体对象关联
514+
只能访问所属类的静态字段和静态方法,方法中不能有 this 和 super 关键字,因为这两个关键字与具体对象关联
515515

516516
```java
517517
public class A {

0 commit comments

Comments
 (0)