From 09de9507c3119e6b0e07a8db217b9a948520ebe6 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 25 Apr 2024 18:16:01 -0400 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=9B=B4=E6=96=B0=20Java=20?= =?UTF-8?q?=E6=96=B0=E7=89=B9=E6=80=A7=E9=A2=84=E8=A7=88=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=9A=84=E7=BF=BB=E8=AF=91=E5=92=8C=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 ++ .idea/encodings.xml | 2 ++ core-java-modules/core-java/README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d01bf0a170..e1211661e8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,6 +11,8 @@ + + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 8e75ad790f..485ea4d754 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -33,6 +33,8 @@ + + diff --git a/core-java-modules/core-java/README.md b/core-java-modules/core-java/README.md index 0ca45409d3..8ff86380b1 100644 --- a/core-java-modules/core-java/README.md +++ b/core-java-modules/core-java/README.md @@ -3,4 +3,4 @@ 本模块中包含有关 Java 核心新增功能特性的一些文章。 ### 相关文章: -- [Java Preview Features](https://www.baeldung.com/java-preview-features) +- [Java 预览特性](https://track.ossez.com/articles/OSS-A-62628410/Java)