mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 21:01:48 +07:00
e310b0c94c
GitOrigin-RevId: 9aaad61ae52463727c77930af532258ea16dd1da
8 lines
152 B
Java
8 lines
152 B
Java
// "Replace with 'Objects.equals()'" "true"
|
|
import java.util.*;
|
|
|
|
class Test {
|
|
void test() {
|
|
final boolean ff = Objects.equals("foo", "bar");
|
|
}
|
|
} |