From a9e923790fd2c74cdabb2e631387121ca1cf6e70 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Mon, 22 Sep 2008 23:50:14 +0000 Subject: [PATCH] Fix a typo. --- src/xdocs/writingchecks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdocs/writingchecks.xml b/src/xdocs/writingchecks.xml index b2abb643b..aa77ba745 100644 --- a/src/xdocs/writingchecks.xml +++ b/src/xdocs/writingchecks.xml @@ -349,7 +349,7 @@ public class MethodLimitCheck extends Check

To support internationalized error messages, you need to create - a message.properties file alongside your Check class, i.e. the + a messages.properties file alongside your Check class, i.e. the Java file and the properties files should be in the same directory. Add a symbolic error code and an English representation to the messages.properties. The file should