1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-04 06:50:00 +00:00

5020 remove constructor we don't want to have used

This commit is contained in:
William Schaefer
2019-05-08 18:11:09 -04:00
parent c65937f822
commit e8866ea6fa

View File

@@ -51,11 +51,7 @@ public class CorrelationCase implements Serializable {
* @param displayName
*/
public CorrelationCase(String caseUUID, String displayName) {
this(-1, caseUUID, displayName);
}
CorrelationCase(int ID, String caseUUID, String displayName) {
this(ID, caseUUID, null, displayName, DATE_FORMAT.format(new Date()), null, null, null, null, null);
this(-1, caseUUID, null, displayName, DATE_FORMAT.format(new Date()), null, null, null, null, null);
}
CorrelationCase(int ID,