[Docs] Remove misleading comment
The TikaImpl#parse method comment sounds like this method is only used in the same package for testing, but AttachmentProcessor uses it outside of testing, so we should remove this comment.
This commit is contained in:
parent
641a6c9e62
commit
231fd3c9be
|
@ -99,7 +99,6 @@ final class TikaImpl {
|
|||
/**
|
||||
* parses with tika, throwing any exception hit while parsing the document
|
||||
*/
|
||||
// only package private for testing!
|
||||
static String parse(final byte content[], final Metadata metadata, final int limit) throws TikaException, IOException {
|
||||
// check that its not unprivileged code like a script
|
||||
SpecialPermission.check();
|
||||
|
|
Loading…
Reference in New Issue