From 0b8189487e0705fc8807e4f4fb8d000592d4e34b Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 6 Aug 2022 10:16:28 -0400 Subject: [PATCH] =?UTF-8?q?Java=20=E2=80=9Cconstant=20string=20too=20long?= =?UTF-8?q?=E2=80=9D=20=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= 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 4c906f1..7574df9 100644 --- a/java/core/core-java-strings.md +++ b/java/core/core-java-strings.md @@ -11,6 +11,6 @@ - [Java String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions) - [Java Multi-line String](https://www.baeldung.com/java-multiline-string) - [Java 中的 String Pool 简介](https://www.ossez.com/t/java-string-pool/14017) -- [Fixing “constant string too long” Build Error](https://www.baeldung.com/java-constant-string-too-long-error) +- [Java “constant string too long” 编译错误](https://www.ossez.com/t/java-constant-string-too-long/14048) - [Java 对象如何安全的 toString](https://www.ossez.com/t/java-tostring/14000) - [编程常用的几种字符编码](https://www.ossez.com/t/topic/14022)