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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 1a3f89db619dce4ca53af3f63b8429003ab49b70
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Thu Feb 27 07:29:35 2025 -1000

    comments typo
---
 modules/json/src/org/apache/axis2/json/factory/XmlNodeGenerator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/json/src/org/apache/axis2/json/factory/XmlNodeGenerator.java 
b/modules/json/src/org/apache/axis2/json/factory/XmlNodeGenerator.java
index c125e4d01b..7b37a57939 100644
--- a/modules/json/src/org/apache/axis2/json/factory/XmlNodeGenerator.java
+++ b/modules/json/src/org/apache/axis2/json/factory/XmlNodeGenerator.java
@@ -179,7 +179,7 @@ public class XmlNodeGenerator {
 
                { "getPrice" : {"symbol": "IBM","currency":USD}}
 
-               Possibly using @ as @currency to flag a variable name as as 
attribute. 
+               Possibly using @ as @currency to flag a variable name as an 
attribute. 
 
                One thing to note is XmlNode has isAttribute() but was never 
used
            */

Reply via email to