mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
when generating equals() and hashCode() methods using the "java.util.Objects.equals() and hash() (java 7+)" template GitOrigin-RevId: a863b875fa482542bbb9b2efc5e61cfa2bfb787d
3 lines
42 B
Java
3 lines
42 B
Java
class X {
|
|
private String[][] s = null;
|
|
} |