Skip to content

Commit 19ed7f6

Browse files
committed
lol
1 parent 65c1086 commit 19ed7f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/edu/uniandes/tsdl/mutapk/hashfunction/sha3/ApkHashSeparator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,12 @@ public int getMutanteId() {
5959

6060
@Override
6161
public boolean equals(Object o) {
62-
if (o == this) {
63-
return true;
64-
}
6562
if(o == null){
6663
return false;
6764
}
6865
if (!(o instanceof ApkHashSeparator)) {
6966
return false;
7067
}
71-
7268
ApkHashSeparator apkHashseparator = (ApkHashSeparator) o;
7369
return (hashManifest.equals(apkHashseparator.getHashManifest())
7470
&& hashSmali.equals(apkHashseparator.getHashSmali())

0 commit comments

Comments
 (0)