This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 6796406a60 Fix unnecessary escaping 6796406a60 is described below commit 6796406a60850f1e7eb9e806dc7c22ffecb25887 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jul 13 15:25:12 2022 +0100 Fix unnecessary escaping --- java/org/apache/catalina/tribes/util/LocalStrings_ko.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties b/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties index c8e6694726..713fea3399 100644 --- a/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties +++ b/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties @@ -15,7 +15,7 @@ arrays.keyoffset.outOfBounds=keyoffset이 범위를 초과합니다. arrays.length.outOfBounds=키 내에 충분한 데이터 엘리먼트들이 존재하지 않습니다. 길이가 범위 밖에 있습니다. -arrays.malformed.arrays=바이트 배열은 반드시 ''{1,3,4,5,6}''과 같이 표현되어야 합니다. +arrays.malformed.arrays=바이트 배열은 반드시 '{1,3,4,5,6}'과 같이 표현되어야 합니다. arrays.srcoffset.outOfBounds=srcoffset이 범위 밖입니다. executorFactory.not.running=Executor가 실행 중이 아닙니다. 명령을 강제로 큐에 넣을 수 없습니다. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org