Skip to content

Commit

Permalink
fix: addressing reviews v2
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
vibhatha and lidavidm authored Sep 10, 2024
1 parent 45860aa commit 62cfe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/format/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

// Remove warnings once criterion in https://github.com/apache/arrow/issues/44037 met.
// TODO(https://github.com/apache/arrow/issues/44037): Google hasn't reviewed Flatbuffers fix
@SuppressWarnings({ "requires-automatic", "requires-transitive-automatic" })
module org.apache.arrow.format {
exports org.apache.arrow.flatbuf;
Expand Down

0 comments on commit 62cfe35

Please sign in to comment.