]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3600 Fix l10n for Checkstyle
authorEvgeny Mandrikov <mandrikov@gmail.com>
Tue, 7 Aug 2012 21:15:12 +0000 (03:15 +0600)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Tue, 7 Aug 2012 21:15:12 +0000 (03:15 +0600)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties

index 2f7c1e230a729f3e94523d8076d9069010e452c7..24312ba339e11cb87859ddbb330f05bef209468c 100644 (file)
@@ -338,5 +338,5 @@ rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.pa
 rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.param.maxProtected=maximum allowable number of protected methods.
 rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.param.maxPublic=maximum allowable number of public methods.
 rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck.name=One Statement Per Line
-rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterName=Class Type Parameter Name
-rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterName=Method Type Parameter Name
+rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterName.name=Class Type Parameter Name
+rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterName.name=Method Type Parameter Name