fix inspection warning

This commit is contained in:
Sergey Simonchik
2014-08-08 14:20:35 +04:00
parent 517e8518ab
commit 86df2b273e
@@ -644,8 +644,7 @@ public class SMTestProxy extends AbstractTestProxy {
// test - no matter what we will return
myIsEmpty = true;
myIsEmptyIsCached = true;
return myIsEmpty;
return true;
}
myIsEmpty = true;