Integrated: 8343412: Missing escapes for single quote marks in javac.properties
Archie Cobbs
acobbs at openjdk.org
Sat Nov 2 02:34:31 UTC 2024
On Thu, 31 Oct 2024 21:54:34 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
> Please review these simple syntax fixes for `javac.properties`.
>
> The source file `javac.properties` contains the English message bundle for the javac tool. Since the strings in this file are `MessageFormat` format strings, any single quotes must be escaped by doubling them.
This pull request has now been integrated.
Changeset: 00ec1057
Author: Archie Cobbs <acobbs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/00ec10574dd66ba300f02929ec9406a6b9fdfb07
Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod
8343412: Missing escapes for single quote marks in javac.properties
Reviewed-by: vromero
-------------
PR: https://git.openjdk.org/jdk/pull/21816
More information about the compiler-dev
mailing list