aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorvasilyeva <vasilyeva@rutarget.ru>2017-08-30 22:41:59 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-08-30 17:22:17 -0700
commit9b4c123dc0e9a8c7df76e35d6ac40d199fa67380 (patch)
tree5be5d28c9fd70d17ec541d7b8cbd4840520e0356 /config
parentd97519f448b8350510de94cdb9948527e33d5473 (diff)
downloadcheckstyle-9b4c123dc0e9a8c7df76e35d6ac40d199fa67380.tar.gz
Issue #4384: fix JavadocParagraph violation in JavadocTokenTypes
Diffstat (limited to 'config')
-rw-r--r--config/suppressions.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/suppressions.xml b/config/suppressions.xml
index 46600a8b5..39928c6f8 100644
--- a/config/suppressions.xml
+++ b/config/suppressions.xml
@@ -53,8 +53,6 @@
<!-- till https://github.com/checkstyle/checkstyle/issues/4983 -->
<suppress checks="MissingDeprecated" files=".*JavadocTokenTypes\.java"/>
- <!-- till https://github.com/checkstyle/checkstyle/issues/4384 -->
- <suppress checks="JavadocParagraph" files=".*JavadocTokenTypes\.java"/>
<!-- till https://github.com/checkstyle/checkstyle/issues/4984 -->
<suppress checks="DeclarationOrder" files=".*JavadocTokenTypes\.java"/>