]> source.dussan.org Git - sonarqube.git/commitdiff
FIX missing </pre> in rule description
authorDavid Gageot <david@gageot.net>
Fri, 27 Apr 2012 12:47:09 +0000 (14:47 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 27 Apr 2012 12:58:59 +0000 (14:58 +0200)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html

index 7aed580bd19a91e420c6f236208b380b7af142af..a9fb587cc49c6c65479849fbe3b901f30053c33d 100644 (file)
@@ -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
+}
+</pre>
\ No newline at end of file