From f0ac0a75a2d6fe89d3b4fee4e83c78f1d3eded5a Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Fri, 26 Jul 2002 18:49:17 +0000 Subject: [PATCH] tweak git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@531 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/howtowritearule.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pmd/xdocs/howtowritearule.xml b/pmd/xdocs/howtowritearule.xml index 0f4b804b8a..d03d9420f8 100644 --- a/pmd/xdocs/howtowritearule.xml +++ b/pmd/xdocs/howtowritearule.xml @@ -207,8 +207,8 @@ which should either be acted on or reported.

Remember when we ran go.bat over the Example.java file? Do it again. This time your "hello world" will show up right after the - AST gets printed out. If it doesn't, post a message to the - forum - http://sourceforge.net/forum/forum.php?forum_id=188192 - so we can improve this document :-) + AST gets printed out. If it doesn't, post a message to + the forum so we can improve this document :-)

@@ -236,8 +236,8 @@ public class WhileLoopsMustUseBracesRule extends AbstractRule {

- TODO - if you don't understand the code for the rule, post a message to the - forum - http://sourceforge.net/forum/forum.php?forum_id=188192 - so we can improve this document :-) + TODO - if you don't understand the code for the rule, post a message + to the forum so we can improve this document :-)

@@ -252,7 +252,7 @@ public class WhileLoopsMustUseBracesRule extends AbstractRule {

You're rolling now. If you think a rule would benefit the Java development community as a whole, - post a message to the forum - http://sourceforge.net/forum/forum.php?forum_id=188192 - so we can get the rule + post a message to the forum so we can get the rule moved into one of the core rulesets. Thanks!