mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix inspection warning
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user