Sreenivasa Viswanadha - grammar cleanup for Ctrl-Z problem
Sigiswald Madou - bug report
Dan Tullis - bug report
diff --git a/pmd/xdocs/howtowritearule.xml b/pmd/xdocs/howtowritearule.xml
index 224132860a..3a99265dcd 100644
--- a/pmd/xdocs/howtowritearule.xml
+++ b/pmd/xdocs/howtowritearule.xml
@@ -190,31 +190,28 @@ public class WhileLoopsMustUseBracesRule extends AbstractRule {
The whole ruleset file should look something like this:
-
OK, well, it won't look exactly like that - you'll need to wrap
- the example in a CDATA tag. But I couldn't figure out how to do that without Maven getting confused.
- If you know how to do this, please let me know.