aboutsummaryrefslogtreecommitdiff
path: root/config/checkstyle_checks.xml
diff options
context:
space:
mode:
authorRuslan Iagudin <ruslan_iagudin@epam.com>2017-09-13 15:31:44 +0300
committerrnveach <rveach02@gmail.com>2017-09-16 08:37:01 -0400
commit3be76368423001233ae7d05235527213bf66ee34 (patch)
tree3e6664b1322323fd08ca155bed50552d3e91488d /config/checkstyle_checks.xml
parentdc4bec83870a0dce6e36798dbd4df19a3136c2a4 (diff)
downloadcheckstyle-3be76368423001233ae7d05235527213bf66ee34.tar.gz
Issue #4410: whitespace after @
Diffstat (limited to 'config/checkstyle_checks.xml')
-rw-r--r--config/checkstyle_checks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index 927c858a0..6c0d565f5 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -485,6 +485,7 @@
<module name="NoLineWrap"/>
<module name="NoWhitespaceAfter">
<property name="tokens" value="ARRAY_INIT"/>
+ <property name="tokens" value="AT"/>
<property name="tokens" value="BNOT"/>
<property name="tokens" value="DEC"/>
<property name="tokens" value="DOT"/>