Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The MIME type handling code in org.apache.tika.mime has lots of collection and array handling code, that could be noticeably simplified with Java 5 generics and foreach constructs.