This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 58635b2 Add checkstyle separated property (#2727)
58635b2 is described below
commit 58635b21f296f179ec60f7fec7924dc85d267cd9
Author: Denis Istomin <[email protected]>
AuthorDate: Wed Jan 23 11:34:29 2019 +0500
Add checkstyle separated property (#2727)
---
buildingtools/camel-checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildingtools/camel-checkstyle.xml
b/buildingtools/camel-checkstyle.xml
index 9f1bf38..dcb47fe 100644
--- a/buildingtools/camel-checkstyle.xml
+++ b/buildingtools/camel-checkstyle.xml
@@ -112,6 +112,7 @@ lengths, if/try depths, etc...
<module name="ImportOrder">
<property name="groups" value="java,javax,org.w3c,org.xml,junit"/>
<property name="ordered" value="true"/>
+ <property name="separated" value="true"/>
</module>
<!--
<module name="ImportControl">