Skip to content

Commit a18c108

Browse files
authored
Update the link to simpler version
1 parent d9b2ac5 commit a18c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notes/Java 基础.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ class Sample
13461346
}
13471347
}
13481348
```
1349-
[Method Overloading](https://beginnersbook.com/2013/05/method-overloading/#:~:text=Method%20Overloading%20is%20a%20feature,constructor%20having%20different%20argument%20lists.)
1349+
[Method Overloading](https://beginnersbook.com/2013/05/method-overloading/)
13501350

13511351
- 构造重载 例子
13521352
```java

0 commit comments

Comments
 (0)