fixed error message

This commit is contained in:
Lars Kühne 2002-12-30 15:29:28 +00:00
parent 2440fa45b2
commit ee6de76ea7
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class AutomaticBean implements Configurable, Contextualizable
}
catch (InvocationTargetException e) {
throw new CheckstyleException(
"Cannot set property '" + key + "' in module"
"Cannot set property '" + key + "' in module "
+ aConfiguration.getName() + " to '" + value
+ "': " + e.getTargetException().getMessage());
}