From: David Gageot Date: Fri, 27 Apr 2012 12:47:09 +0000 (+0200) Subject: FIX missing in rule description X-Git-Tag: 3.1~330 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ae43976c9ab6b623dd63ad77ff3a7b9e806cbe9;p=sonarqube.git FIX missing in rule description --- diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html index 7aed580bd19..a9fb587cc49 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html @@ -3,4 +3,5 @@ Method names should always begin with a lower case character, and should not con public class Foo { public void fooStuff() { } -} \ No newline at end of file +} + \ No newline at end of file