Skip to content

Commit

Permalink
AXIS2-6071 Fix some comments in the new class JSONBasedDefaultDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lazarski committed Jul 19, 2024
1 parent 408f35a commit b8da24a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
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 {

Expand Down

0 comments on commit b8da24a

Please sign in to comment.