rename head check file name

This commit is contained in:
peng-yongsheng 2017-10-13 11:42:48 +08:00
parent 815d537772
commit dbb124fc65
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
package org.skywalking.apm.collector.agentstream;
/**
* @author pengys5
*/
public class TestCheckStyle {
}

View File

@ -30,7 +30,7 @@
<!-- header -->
<module name="Header">
<property name="headerFile" value="CHECKSTYLE_HEAD"/>
<property name="headerFile" value="java.header"/>
</module>
<module name="RegexpSingleline">