Copilot commented on code in PR #2865:
URL: https://github.com/apache/tika/pull/2865#discussion_r3356704730
##########
tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml:
##########
@@ -352,6 +352,21 @@
<sub-class-of type="application/java-archive"/>
<glob pattern="*.apk"/>
</mime-type>
+ <mime-type type="application/vnd.android.axml">
Review Comment:
The mime types in this section appear to be kept in lexicographic order by
type. `application/vnd.android.axml` should sort before
`application/vnd.android.package-archive`, but it is currently placed after it,
which makes future diffs/merges harder to follow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]