mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
4270 fix short circuiting of filter logic and improve comment
This commit is contained in:
parent
b57ae90534
commit
7da139012f
@ -161,7 +161,10 @@ final public class CommonAttributeSearchResults {
|
||||
toRemove.add(value);
|
||||
itemsToRemove.put(key, toRemove);
|
||||
}
|
||||
break; //will be removed do not need to check
|
||||
//value will be removed as the mime type existed and was not in the set to be included
|
||||
//because value is removed this value does not need to be checked further
|
||||
mimeTypeToRemove = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (mimeTypeToRemove) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user