Skip to content

Commit

Permalink
docs: crosslink to Arrow Javadocs again (#2483)
Browse files Browse the repository at this point in the history
Fixes #2454.
  • Loading branch information
lidavidm authored Jan 27, 2025
1 parent 37aff51 commit 501816e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,9 @@
<configuration>
<!-- Ignore missing @return, @throws -->
<doclint>all,-missing</doclint>
<!-- TODO(apache/arrow-adbc#2454): upstream stopped building this -->
<!-- <links> -->
<!-- <link>https://arrow.apache.org/docs/java/reference/</link> -->
<!-- </links> -->
<links>
<link>https://arrow.apache.org/java/main/reference/</link>
</links>
<!-- Stop it from trying to document the tests -->
<show>public</show>
</configuration>
Expand Down

0 comments on commit 501816e

Please sign in to comment.