Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 3e9b94fe413
GH-39752: [Java] Remove Static imports for Utf8 Usage (#40683) ### What changes are included in this PR? Removing static imports of UTF_8. This has been identified as a minor enhancement as documented here: https://github.com/apache/arrow/issues/39752 and discussed in a review [here](https://github.com/apache/arrow/pull/39529#discussion_r1455672602). ### Are these changes tested? Tested by existing test cases. ### Are there any user-facing changes? No * GitHub Issue: #39752 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>