diff --git a/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java b/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java index b3d2b38759..dcfc75a2b3 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java +++ b/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java @@ -177,7 +177,6 @@ public class FileTypeDetector { /** * Gets the MIME type of a file, detecting it if it is not already known. If * detection is necessary, the result is saved to the AbstractFile object - * and optionally added to the case database. * * IMPORTANT: This method should only be called by ingest modules. All other * clients should call AbstractFile.getMIMEType, and may call