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
The following commit(s) were added to refs/heads/master by this push: new b8da24a53b AXIS2-6071 Fix some comments in the new class JSONBasedDefaultDispatcher b8da24a53b is described below commit b8da24a53b19799add525b0b68889ed61a51e530 Author: Robert Lazarski <alphatheory-rlazar...@github.com> AuthorDate: Fri Jul 19 05:23:42 2024 -1000 AXIS2-6071 Fix some comments in the new class JSONBasedDefaultDispatcher --- .../src/org/apache/axis2/dispatchers/JSONBasedDefaultDispatcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/kernel/src/org/apache/axis2/dispatchers/JSONBasedDefaultDispatcher.java b/modules/kernel/src/org/apache/axis2/dispatchers/JSONBasedDefaultDispatcher.java index d281180a26..61dd128f5d 100644 --- a/modules/kernel/src/org/apache/axis2/dispatchers/JSONBasedDefaultDispatcher.java +++ b/modules/kernel/src/org/apache/axis2/dispatchers/JSONBasedDefaultDispatcher.java @@ -38,8 +38,8 @@ import org.apache.commons.logging.LogFactory; import javax.xml.namespace.QName; /** - * Dispatches based on the namespace URI of the first child of - * the body. + * Dispatches based on JSON requests by using the first name of + * the message. */ public class JSONBasedDefaultDispatcher extends AbstractDispatcher {