mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
test fix
This commit is contained in:
@@ -16,7 +16,7 @@ class Test {
|
||||
}
|
||||
});
|
||||
final Object u = new Object();
|
||||
if (<warning descr="Condition 'u != null' is always 'true'">u != null</warning>) {
|
||||
if (<warning descr="Condition 'u != null' is always 'true'">u != null</warning>) {
|
||||
System.out.println("y");
|
||||
}
|
||||
obj = null;
|
||||
|
||||
Reference in New Issue
Block a user