mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Addressed Codacy comment.
This commit is contained in:
parent
c852d6bdeb
commit
6f4f5770ce
@ -323,8 +323,7 @@ public class Persona {
|
||||
|
||||
Collection<Persona> personas = queryCallback.getPersonas();
|
||||
|
||||
Persona persona = personas.isEmpty() ? null : personas.iterator().next();
|
||||
return persona;
|
||||
return personas.isEmpty() ? null : personas.iterator().next();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user