This is an automated email from the ASF dual-hosted git repository.

valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 905a6dff3df6ca5337e11fc702fdcaa892965e6e
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Tue Apr 28 23:04:36 2020 +0200

    Enabled unused import sourcecheck fix #156
---
 buildingtools/src/main/resources/camel-checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildingtools/src/main/resources/camel-checkstyle.xml 
b/buildingtools/src/main/resources/camel-checkstyle.xml
index f699143..6e17b7d 100644
--- a/buildingtools/src/main/resources/camel-checkstyle.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle.xml
@@ -143,9 +143,9 @@ lengths, if/try depths, etc...
          -->
         <module name="IllegalImport"/> <!-- defaults to sun.* packages -->
         <module name="RedundantImport"/>
-        <!-- When you javadoc {@link } an import is added that checkstyle 
thinks is unused import.
+
         <module name="UnusedImports"/>
-        -->
+
         <module name="ImportOrder">
             <property name="groups" value="java,javax,org.w3c,org.xml,junit"/>
             <property name="ordered" value="true"/>

Reply via email to