mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 17:27:43 +00:00
7553 data model event changes
This commit is contained in:
parent
92cba46d6d
commit
483948e3e6
@ -38,7 +38,7 @@ public final class HostsAddedToPersonEvent extends PersonHostsEvent {
|
|||||||
* @param person The person.
|
* @param person The person.
|
||||||
* @param hosts The hosts.
|
* @param hosts The hosts.
|
||||||
*/
|
*/
|
||||||
HostsAddedToPersonEvent(Person person, List<Host> hosts) {
|
public HostsAddedToPersonEvent(Person person, List<Host> hosts) {
|
||||||
super(Case.Events.HOSTS_ADDED_TO_PERSON.toString(), person, hosts);
|
super(Case.Events.HOSTS_ADDED_TO_PERSON.toString(), person, hosts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ public class HostsRemovedFromPersonEvent extends PersonHostsEvent {
|
|||||||
* @param person The person.
|
* @param person The person.
|
||||||
* @param hosts The hosts.
|
* @param hosts The hosts.
|
||||||
*/
|
*/
|
||||||
HostsRemovedFromPersonEvent(Person person, List<Host> hosts) {
|
public HostsRemovedFromPersonEvent(Person person, List<Host> hosts) {
|
||||||
super(Case.Events.HOSTS_REMOVED_FROM_PERSON.toString(), person, hosts);
|
super(Case.Events.HOSTS_REMOVED_FROM_PERSON.toString(), person, hosts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user