From 23724fa4fc7809dd176eb10c6d652a7fea72a9c2 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 23 Jan 2018 11:16:54 -0500 Subject: [PATCH] Update docs comment for FileTypeDetector.getMIMEType --- .../sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java b/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java index 76ce936202..b5ebcae990 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java +++ b/Core/src/org/sleuthkit/autopsy/modules/filetypeid/FileTypeDetector.java @@ -172,7 +172,7 @@ public class FileTypeDetector { /** * Detects the MIME type of a file, then writes it the AbstractFile object - * representing the file and also returns it. + * representing the file and returns the detected type. * * @param file The file to test. *