[Java] Drop Suppression in Format module
Open
Type: Packaging
- Dominant language
- Java
- Stars
- 94
- Forks
- 152
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 11
Description
### Describe the enhancement requested
To enable warnings to be considered as errors, we are enabling this in each module. In this process, we discovered that in the format module, we have to suppress the warnings against `flatbuffers.java` inclusion in the `module-info.java`. Even though we have already created a PR https://github.com/google/flatbuffers/pull/8367 to manage this. But it is still under review. So as soon as this issue is resolved, we must remove this suppression.
### Component(s)
Java
Contributor guide
Assessment
This issue has not been assessed yet.