Skip to content

Commit 269a5ca

Browse files
committed
lol
1 parent 68b403a commit 269a5ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ public boolean equals(Object o) {
7474

7575
@Override
7676
public int hashCode() {
77-
int result = hashManifest.hashCode();
78-
result = 31 * result + hashSmali.hashCode();
79-
result = 31 * result + hashResource.hashCode();
80-
return result;
77+
return 1;
8178
}
8279

8380
@Override

0 commit comments

Comments
 (0)