Commits


野鹿 authored and GitHub committed 782c52f2f18
MINOR: [Docs][Java] Fix wrong method usage in example (#40940) ### Rationale for this change `DictionaryProvider` doesn't have `get` method. ### What changes are included in this PR? It should be `lookup` not `get`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. Authored-by: 野鹿 <359391169@qq.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>