diff --git a/bindings/java/doxygen/blackboard.dox b/bindings/java/doxygen/blackboard.dox index a182c321fcd8da01713a042ee558ae5303d8e53e..8343e4c145ae9d7ebf5206625a93202dd35895f9 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