Skip to content

Commit

Permalink
抽象类
Browse files Browse the repository at this point in the history
  • Loading branch information
itwanger committed Dec 9, 2021
1 parent 8501266 commit 5e4143c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- [方法](docs/oo/method.md)
- [构造方法](docs/oo/construct.md)
- [代码初始化块](docs/oo/code-init.md)
- [抽象类](docs/oo/java-abstract.md)
- [抽象类](docs/oo/abstract.md)
- [接口](docs/oo/interface.md)
- [static 关键字](docs/oo/static.md)
- [this 和 super 关键字](docs/oo/this-super.md)
Expand Down
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [方法](docs/oo/method.md)
- [构造方法](docs/oo/construct.md)
- [代码初始化块](docs/oo/code-init.md)
- [抽象类](docs/oo/java-abstract.md)
- [抽象类](docs/oo/abstract.md)
- [接口](docs/oo/interface.md)
- [static](docs/oo/static.md)
- [this 和 super](docs/oo/this-super.md)
Expand Down

0 comments on commit 5e4143c

Please sign in to comment.