mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
5020 remove constructor we don't want to have used
This commit is contained in:
parent
c65937f822
commit
e8866ea6fa
@ -51,11 +51,7 @@ public class CorrelationCase implements Serializable {
|
|||||||
* @param displayName
|
* @param displayName
|
||||||
*/
|
*/
|
||||||
public CorrelationCase(String caseUUID, String displayName) {
|
public CorrelationCase(String caseUUID, String displayName) {
|
||||||
this(-1, caseUUID, displayName);
|
this(-1, caseUUID, null, displayName, DATE_FORMAT.format(new Date()), null, null, null, null, null);
|
||||||
}
|
|
||||||
|
|
||||||
CorrelationCase(int ID, String caseUUID, String displayName) {
|
|
||||||
this(ID, caseUUID, null, displayName, DATE_FORMAT.format(new Date()), null, null, null, null, null);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CorrelationCase(int ID,
|
CorrelationCase(int ID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user