Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Mar 27, 2024
1 parent 89363b7 commit aaab7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/developers/java/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ Arrow repository, and update the following settings:
* To enable debugging JNI-based modules like ``dataset``,
activate specific profiles in the Maven tab under "Profiles".
Ensure the profiles ``arrow-c-data``, ``arrow-jni``, ``generate-libs-cdata-all-os``,
``generate-libs-jni-macos-linux``, and ``jdk11+`` are enabled, which equips the IDE
with the necessary debugging utilities for test classes.
``generate-libs-jni-macos-linux``, and ``jdk11+`` are enabled, so that the
IDE can build them and enable debugging.

You may not need to update all of these settings if you build/test with the
IntelliJ Maven integration instead of with IntelliJ directly.
Expand Down

0 comments on commit aaab7d5

Please sign in to comment.