mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Merge branch 'ig_performance' into ig_tag_query
This commit is contained in:
commit
ecabf393d9
@ -74,7 +74,8 @@ public class GroupKey<T extends Comparable<T>> implements Comparable<GroupKey<T>
|
||||
|
||||
hash = 79 * hash + Objects.hashCode(this.val);
|
||||
hash = 79 * hash + Objects.hashCode(this.attr);
|
||||
hash = 79 * hash + (int)this.dataSource.getId();
|
||||
if (this.dataSource != null)
|
||||
hash = 79 * hash + (int)this.dataSource.getId();
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user