Repository: incubator-rocketmq Updated Branches: refs/heads/master 4724376f3 -> b9bd59f33
Rename module name in checkstyle to pass CI build. Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/b9bd59f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/b9bd59f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/b9bd59f3 Branch: refs/heads/master Commit: b9bd59f33d1ddf1e3d9f4c50c5989fe944eda86e Parents: 4724376 Author: yukon <[email protected]> Authored: Thu Dec 22 10:22:53 2016 +0800 Committer: yukon <[email protected]> Committed: Thu Dec 22 10:22:53 2016 +0800 ---------------------------------------------------------------------- checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/b9bd59f3/checkstyle/checkstyle.xml ---------------------------------------------------------------------- diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index c2d9782..e4a8c36 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -95,7 +95,7 @@ <!--Validates identifiers for non-static fields--> <module name="MemberName"/> <!--Validates identifiers for class type parameters--> - <module name="ClassTypeParameter:Name"> + <module name="ClassTypeParameterName"> <property name="format" value="^[A-Z0-9]*$"/> </module> <!--Validates identifiers for method type parameters-->
