From 5494b174c7043a7403f1a190ba2277a8dcf122c0 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Mon, 10 Mar 2008 12:11:14 +0000 Subject: [PATCH] rename checkstyle config to 'CISD Checks' SVN: 4732 --- authentication/.checkstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/.checkstyle b/authentication/.checkstyle index 36c12e3c492..0bc37620348 100644 --- a/authentication/.checkstyle +++ b/authentication/.checkstyle @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="true"> - <fileset name="all" enabled="true" check-config-name="CISD checks" local="false"> + <fileset name="all" enabled="true" check-config-name="CISD Checks" local="false"> <file-match-pattern match-pattern="." include-pattern="true"/> </fileset> </fileset-config> -- GitLab