Update docs comment for FileTypeDetector.getMIMEType

This commit is contained in:
Richard Cordovano 2018-01-23 11:16:54 -05:00
parent 73241a637b
commit 23724fa4fc

View File

@ -172,7 +172,7 @@ public class FileTypeDetector {
/** /**
* Detects the MIME type of a file, then writes it the AbstractFile object * 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. * @param file The file to test.
* *