From 0429e57ce2491c8d03158099462b50d0652c9de7 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 2 Jul 2022 09:28:16 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8CJava=209=20=E4=B8=AD=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=EF=BC=88String=EF=BC=89=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/core/core-java-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/core/core-java-strings.md b/java/core/core-java-strings.md index ba4787d..4c906f1 100644 --- a/java/core/core-java-strings.md +++ b/java/core/core-java-strings.md @@ -3,7 +3,7 @@ 本模块中包含有关 Java 字符串(String)有关的文章。 - [Java 使用 char[] Array 还是 String 存储字符串密码](https://www.ossez.com/t/java-char-array-string/14015) -- [Compact Strings in Java 9](https://www.baeldung.com/java-9-compact-string) +- [Java 9 中的字符串(String)压缩](https://www.ossez.com/t/java-9-string/14024) - [String Not Empty Test Assertions in Java](https://www.baeldung.com/java-assert-string-not-empty) - [String Performance Hints](https://www.baeldung.com/java-string-performance) - [Java Localization – Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting)