fixed typo in resource key

This commit is contained in:
Lars Kühne 2003-10-15 19:05:39 +00:00
parent fe7f145c44
commit b0bdff0e9b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class DeclarationOrderCheck extends Check
}
if (state.mScopeState > STATE_METHOD_DEF) {
log(aAST, "declarationorder.method");
log(aAST, "declaration.order.method");
}
else {
state.mScopeState = STATE_METHOD_DEF;