mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 17:25:38 +07:00
5 lines
85 B
Java
5 lines
85 B
Java
class A {
|
|
public boolean equals(final Object o) {
|
|
return this == o;
|
|
}
|
|
} |