Fixed a small doc mistake

This commit is contained in:
U-BASIS\dsmyda 2018-12-19 17:15:40 -05:00
parent 6d7bf2e30c
commit b57f79bbf5

View File

@ -78,8 +78,6 @@ final class StringsTextExtractor implements TextExtractor {
*
* @return A reader instance that content text can be obtained from
*
* @throws
* org.sleuthkit.autopsy.textextractors.TextExtractor.TextExtractorException
*/
@Override
public InputStreamReader getReader() {
@ -100,8 +98,8 @@ final class StringsTextExtractor implements TextExtractor {
* Determines how the extraction process will proceed given the settings
* stored in this context instance.
*
* See the StringsConfig class in the extractionconfigs package
for available settings.
* See the StringsConfig class in the extractionconfigs package for
* available settings.
*
* @param context Lookup instance containing config classes
*/