Skip to content

Commit

Permalink
fix: adding reasoning for adding suppress tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 10, 2024
1 parent e6ea748 commit f7c12e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/format/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* limitations under the License.
*/

// TODO: PR to fix this under-review https://github.com/google/flatbuffers/pull/8367
@SuppressWarnings({ "requires-automatic", "requires-transitive-automatic" })
module org.apache.arrow.format {
exports org.apache.arrow.flatbuf;
Expand Down

0 comments on commit f7c12e6

Please sign in to comment.