Skip to content

Commit b778051

Browse files
committed
[docs update] java 新特性部分内容完善
1 parent e8faa4b commit b778051

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/java/new-features/java12-13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ public String translateEscapes() {
269269
## 参考
270270

271271
- JDK Project Overview : <https://openjdk.java.net/projects/jdk/ >
272-
- Oracle Java12 ReleaseNote <https://www.oracle.com/technetwork/java/javase/12all-relnotes-5211423.html#NewFeature>
272+
- Oracle Java12 ReleaseNote :https://www.oracle.com/java/technologies/javase/12all-relnotes.htm
273+
- What is new in Java 12:https://mkyong.com/java/what-is-new-in-java-12/
273274
- Oracle Java13 ReleaseNote <https://www.oracle.com/technetwork/java/javase/13all-relnotes-5461743.html#NewFeature>
274-
- New Features in Java 12 <https://www.baeldung.com/java-12-new-features>
275275
- New Java13 Features <https://www.baeldung.com/java-13-new-features>
276276
- Java13 新特性概述 <https://www.ibm.com/developerworks/cn/java/the-new-features-of-Java-13/index.html>

docs/java/new-features/java9.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ System.out.println(currentProcess.info());
238238

239239
## 参考
240240

241+
- Release Notes for JDK 9 and JDK 9 Update Releases : https://www.oracle.com/java/technologies/javase/9-all-relnotes.html
241242
- 《深入剖析 Java 新特性》-极客时间 - JShell:怎么快速验证简单的小问题?
242-
243243
- New Features in Java 9:https://www.baeldung.com/new-java-9
244-
245244
- Java – Try with Resources:https://www.baeldung.com/java-try-with-resources

0 commit comments

Comments
 (0)