This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 17b188504c Fix variable rename (#1944)
17b188504c is described below
commit 17b188504c5f29f999dd7214bb0d95abedb96329
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Apr 17 09:16:39 2026 -0400
Fix variable rename (#1944)
---
activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java
b/activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java
index 378461f74d..c091809ca1 100644
--- a/activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java
+++ b/activemq-web/src/main/java/org/apache/activemq/web/util/ViewUtils.java
@@ -42,7 +42,7 @@ public class ViewUtils {
Map<String,String> mappings = new LinkedHashMap<>();
mappings.put(AMP, XML_ESCAPED_AMP);
mappings.put(LT, XML_ESCAPED_LT);
- mappings.put(GT, XMl_ESCAPED_GT);
+ mappings.put(GT, XML_ESCAPED_GT);
mappings.put(QUOTE, XML_ESCAPED_QUOTE);
mappings.put(APOS, XML_ESCAPED_APOS);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact