Drop the StringUtils class
--------------------------
Key: TIKA-276
URL: https://issues.apache.org/jira/browse/TIKA-276
Project: Tika
Issue Type: Improvement
Components: general
Reporter: Jukka Zitting
Priority: Minor
The org.apache.tika.utils.StringUtils class is only used by
o.a.t.mime.MimeType, and even there only the one-line StringUtils.isEmpty()
method is used.
The isEmpty() method can be inlined to MimeType and the rest of the StringUtils
code should be removed as unused.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.