From 5c18acd3bf52ff1f74de4b113e39d3277c46cdad Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 24 Jan 2019 12:16:58 +0100 Subject: [PATCH] Remove DEC and INC from the list of tokens as these are not supported anymore by newer checkstyle plugin versions. Motivation: DEC and INC are not supported anymore. Modifications: Remove DEC and INC Result: Be able to use checkstyle.xml with latest checkstyle plugin version. --- src/main/resources/io/netty/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/io/netty/checkstyle.xml b/src/main/resources/io/netty/checkstyle.xml index 77032a1..42f97ea 100644 --- a/src/main/resources/io/netty/checkstyle.xml +++ b/src/main/resources/io/netty/checkstyle.xml @@ -73,7 +73,7 @@ - +