This commit is contained in:
Oliver Burn 2010-10-20 22:14:40 +11:00
parent 251acacd0f
commit 6e96026ec6
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ public class HiddenFieldCheck
if (mInstanceFields.contains(aField)) {
return true;
}
if (mStaticType) {
if (isStaticType()) {
return false;
}