clean up
This commit is contained in:
parent
251acacd0f
commit
6e96026ec6
|
|
@ -441,7 +441,7 @@ public class HiddenFieldCheck
|
|||
if (mInstanceFields.contains(aField)) {
|
||||
return true;
|
||||
}
|
||||
if (mStaticType) {
|
||||
if (isStaticType()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue