Skip to content

Commit

Permalink
Issue checkstyle#12409: Inconsistent allowedAbbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
arinmodi committed Dec 1, 2022
1 parent 5153ee1 commit d6b91fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -299,7 +299,7 @@
* <p>
* To configure to check variables, enforce
* no abbreviations (essentially camel case) except for
* words like 'ORDERS', 'TEST'.
* words like 'ORDER', 'TEST'.
* </p>
* <p>Configuration:</p>
* <pre>
Expand Down
2 changes: 1 addition & 1 deletion src/xdocs/config_naming.xml
Expand Up @@ -349,7 +349,7 @@ public class MyClass {
<p>
To configure to check variables, enforce
no abbreviations (essentially camel case) except for
words like 'ORDERS', 'TEST'.
words like 'ORDER', 'TEST'.
</p>
<p>Configuration:</p>
<source>
Expand Down

0 comments on commit d6b91fa

Please sign in to comment.