From a01caa9813960cc51a25c89924ed874a32fb2f97 Mon Sep 17 00:00:00 2001
From: Kelly Kelly <kelly@basistech.com>
Date: Wed, 20 Jan 2021 16:49:58 -0500
Subject: [PATCH] Modified catalog entry for TSK_EMAIL_MSG

---
 bindings/java/doxygen/artifact_catalog.dox | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox
index 945f94ac4..e2c1483f7 100644
--- a/bindings/java/doxygen/artifact_catalog.dox
+++ b/bindings/java/doxygen/artifact_catalog.dox
@@ -195,13 +195,12 @@ Details about a device data source.
 ## TSK_EMAIL_MSG
 An email message found in an application file or database.
 
-### REQUIRED ATTRIBUTES
+### OPTIONAL ATTRIBUTES
 - At least one of:
 -  TSK_EMAIL_CONTENT_HTML (Representation of email as HTML)
 -  TSK_EMAIL_CONTENT_PLAIN (Representation of email as plain text)
 -  TSK_EMAIL_CONTENT_RTF (Representation of email as RTF)
 
-### OPTIONAL ATTRIBUTES
 - TSK_DATETIME_RCVD (When email message was received, in seconds since 1970-01-01T00:00:00Z)
 - TSK_DATETIME_SENT (When email message was sent, in seconds since 1970-01-01T00:00:00Z)
 - TSK_EMAIL_BCC (BCC'd recipient, multiple recipients should be in a comma separated string)
-- 
GitLab