style: normalize command descs and redundancy (#3188)

This commit is contained in:
Igor Eisberg
2023-07-21 13:08:30 +03:00
committed by GitHub
parent d4ec44de41
commit 79b2173b85
5 changed files with 19 additions and 20 deletions

View File

@ -27,6 +27,7 @@ public class Duo<T1, T2> {
this.m2 = t2;
}
@SuppressWarnings("unchecked")
@Override
public boolean equals(Object obj) {
if (obj == null) {