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 7b134c1 doc typos
7b134c1 is described below
commit 7b134c1f259610ab075ca333bed65d273df1abda
Author: Robert Lazarski <[email protected]>
AuthorDate: Fri Sep 10 05:58:55 2021 -1000
doc typos
---
src/site/xdoc/docs/json-springboot-userguide.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml
b/src/site/xdoc/docs/json-springboot-userguide.xml
index b1a1b0c..b5604e3 100644
--- a/src/site/xdoc/docs/json-springboot-userguide.xml
+++ b/src/site/xdoc/docs/json-springboot-userguide.xml
@@ -155,7 +155,7 @@ The pom.xml supplied in this guide generates these files.
</p>
<p>
Tip: don't expose methods in your web services that are not meant to be
exposed,
-such as getters and setters. Axis2 determines the avaliable methods by
reflection.
+such as getters and setters. Axis2 determines the available methods by
reflection.
For JSON, the message name at the start of the JSON received by the Axis2
server
defines the Axis2 operation to invoke. It is recommended that only one method
per
class be exposed as a starting point. The place to add method exclusion is the