Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly reject fields that are closed enums with implicit presence…
… in Java generators. The normal case of this is already rejected by the .proto parser, this additional check covers legacy_closed_enum cases. Those cases will otherwise reach a CHECK-fail, this just makes for a clearer error message that this is simply a disallowed combination. PiperOrigin-RevId: 696587446
- Loading branch information