Copilot commented on code in PR #3090: URL: https://github.com/apache/tika/pull/3090#discussion_r3886190271
########## tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/src/main/java/org/apache/tika/parser/ogg/OggAudioParser.java: ########## @@ -24,6 +24,7 @@ import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.Arrays; +import java.util.ArrayList; import java.util.Base64; import java.util.List; import java.util.Locale; Review Comment: The java.util imports are not in the same alphabetical order used elsewhere in this module (e.g., OpusParser), which can trigger checkstyle/import-order failures. -- 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]
