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

Merge pull request #4941 from wschaeferB/ThunderbirdWarningFix

Add diamond type inference to eliminate warning
This commit is contained in:
Richard Cordovano
2019-06-25 16:21:19 -04:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ class EmailMessage {
private long id = -1L;
private String messageID = "";
private String inReplyToID = "";
private List<String> references = new ArrayList();
private List<String> references = new ArrayList<>();
private String simplifiedSubject = "";
private boolean replySubject = false;
private String messageThreadID = "";