mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
test fix
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class Test {
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
Object o = obj;
|
||||
if (<warning descr="Condition 'o != null' is always 'true'">o != null</warning>) {
|
||||
if (<warning descr="Condition 'o != null' is always 'true'">o != null</warning>) {
|
||||
System.out.println("x");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user