From 5be9874fd1e888669eec10bd9294466156ccd434 Mon Sep 17 00:00:00 2001
From: apriestman <apriestman@basistech.com>
Date: Wed, 8 Apr 2020 14:28:32 -0400
Subject: [PATCH] Removed outdated section on INTERESTING_FILE_HITs

---
 bindings/java/doxygen/blackboard.dox | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bindings/java/doxygen/blackboard.dox b/bindings/java/doxygen/blackboard.dox
index a182c321f..8343e4c14 100644
--- a/bindings/java/doxygen/blackboard.dox
+++ b/bindings/java/doxygen/blackboard.dox
@@ -108,10 +108,6 @@ You can find artifacts  using a variety of ways:
 This section outlines how to create artifact and attribute types because the standard ones do not meet your needs. These custom artifacts will be displayed
 in the Autopsy UI alongside the built in artifacts and will also appear in the reports. 
 
-However, before you make a custom type, you should consider the 
-TSK_INTERESTING_FILE_HIT artifact.  It is very generic and we have used it 
-in the past when we did not want to make a new artifact type. You create the artifact, use the TSK_SET_NAME attribute to define the equivalent name of the custom artifact that you wanted to create, and then add whatever attributes  you want. 
-
 
 \subsection jni_bb_custom_make Making Custom Artifacts and Attributes
 
-- 
GitLab