fixed typo in resource key
This commit is contained in:
parent
fe7f145c44
commit
b0bdff0e9b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue