This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 733f331d17 Fix unnecessary escaping 733f331d17 is described below commit 733f331d1773199beea9f063ee6eaff1d8e1ad38 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jul 13 16:25:31 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