mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Untyped fixed vectors are not supported in FlexBuffers. There was an assert to check for it, but on java, asserts are optional. This change converts the assertion into a runtime exception. Fixes #7358 Co-authored-by: Derek Bailey <derekbailey@google.com>