This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new d19e827a98 StringFormatter class
d19e827a98 is described below

commit d19e827a98b2b74e0d3b6e7fc3dfb6ff0410edd9
Author: James Bognar <[email protected]>
AuthorDate: Sat Nov 29 08:48:38 2025 -0500

    StringFormatter class
---
 .../src/main/java/org/apache/juneau/common/utils/StringFormat.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/StringFormat.java
 
b/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/StringFormat.java
index 284e04a08d..145d8e6a58 100644
--- 
a/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/StringFormat.java
+++ 
b/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/utils/StringFormat.java
@@ -107,7 +107,7 @@ public final class StringFormat {
 
        private static final AsciiSet PRINTF_CONVERSION_CHARS = 
AsciiSet.of("bBhHsScCdoxXeEfgGaAtTn%");
        private static final AsciiSet PRINTF_FORMAT_CHARS = AsciiSet.of("-+ 
0(#.*$");
-       private static final AsciiSet FORMAT_CHARS = AsciiSet.of("%{'");
+       private static final AsciiSet FORMAT_CHARS = AsciiSet.of("%{");
 
        /**
         * Formats a pattern string with the given arguments using the default 
locale.

Reply via email to