aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin/src
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-04-27 14:47:09 +0200
committerDavid Gageot <david@gageot.net>2012-04-27 14:58:59 +0200
commit1ae43976c9ab6b623dd63ad77ff3a7b9e806cbe9 (patch)
tree235092c65e66758c6b4315ffe21fb06493781417 /plugins/sonar-l10n-en-plugin/src
parentddc0b27ea634656c351ff9c91753a9b3ea567e42 (diff)
downloadsonarqube-1ae43976c9ab6b623dd63ad77ff3a7b9e806cbe9.tar.gz
sonarqube-1ae43976c9ab6b623dd63ad77ff3a7b9e806cbe9.zip
FIX missing </pre> in rule description
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/pmd/rules/pmd/MethodNamingConventions.html3
1 files changed, 2 insertions, 1 deletions
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
+}
+</pre> \ No newline at end of file