mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
8 lines
150 B
Java
8 lines
150 B
Java
// "Replace with 'Objects.equals'" "true"
|
|
import java.util.*;
|
|
|
|
class Test {
|
|
void test() {
|
|
final boolean ff = Objects.equals("foo", "bar");
|
|
}
|
|
} |