flatbuffers/java
Dominic Battre e301702964
Make type conversions explicit. (#7595)
As Java does not support unsigned integer types, the value types
are "rounded up" (an uint32 is represented as a long) but persisted
correctly (an uint32 is persisted as 4 bytes).

This CL makes a cast operation explicit so that the compiler
does not throw warning messages.

Co-authored-by: Dominic Battre <battre@chromium.org>
Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-10-21 09:09:28 -07:00
..
src FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
pom.xml Make type conversions explicit. (#7595) 2022-10-21 09:09:28 -07:00