mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #4500 from rcordovano/develop
Make CaseDetails Serializable for remote events
This commit is contained in:
commit
d680a3dcb9
@ -18,11 +18,13 @@
|
||||
*/
|
||||
package org.sleuthkit.autopsy.casemodule;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Wrapper to contain the modifiable details of a case, such as case display
|
||||
* name, case number, and examiner related fields.
|
||||
*/
|
||||
public final class CaseDetails {
|
||||
public final class CaseDetails implements Serializable {
|
||||
|
||||
private final String caseDisplayName;
|
||||
private final String caseNumber;
|
||||
|
Loading…
x
Reference in New Issue
Block a user