mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
style: normalize command descs and redundancy (#3188)
This commit is contained in:
@ -27,6 +27,7 @@ public class Duo<T1, T2> {
|
||||
this.m2 = t2;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (obj == null) {
|
||||
|
Reference in New Issue
Block a user