aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs
diff options
context:
space:
mode:
authorRoman Ivanov <romani@users.noreply.github.com>2017-02-09 09:15:17 -0800
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-09 12:44:26 -0800
commitfef078d8cd27c560a024016d5d4f0adfb7bf74e9 (patch)
tree2508e121c7f012ebb077398f4882ac0d7c8177d8 /src/xdocs
parentdab7a9af0e76786c09038e6e2d442ea25b62390a (diff)
downloadcheckstyle-fef078d8cd27c560a024016d5d4f0adfb7bf74e9.tar.gz
Issue #3800: Typo in website documentation for JavadocMethod
Diffstat (limited to 'src/xdocs')
-rw-r--r--src/xdocs/config_javadoc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdocs/config_javadoc.xml b/src/xdocs/config_javadoc.xml
index 71cfb410e..62fcbe536 100644
--- a/src/xdocs/config_javadoc.xml
+++ b/src/xdocs/config_javadoc.xml
@@ -260,7 +260,7 @@ public int checkReturnTag(final int aTagIndex,
<tr>
<td>allowMissingThrowsTags</td>
<td>whether to ignore errors when a method declares
- that it throws exceptions but does have matching throws tags
+ that it throws exceptions but does not have matching throws tags
in the javadoc.</td>
<td><a href="property_types.html#boolean">Boolean</a></td>
<td><code>false</code></td>
@@ -268,7 +268,7 @@ public int checkReturnTag(final int aTagIndex,
<tr>
<td>allowMissingReturnTag</td>
<td>whether to ignore errors when a method returns
- non-void type does have a return tag in the javadoc.</td>
+ non-void type and does not have a return tag in the javadoc.</td>
<td><a href="property_types.html#boolean">Boolean</a></td>
<td><code>false</code></td>
</tr>