Remove @Nullable (Java) for required fields (fixes #4724) (#4726)
authorMike Mansell <me@michaelmansell.com>
Thu, 10 May 2018 16:27:23 +0000 (09:27 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Thu, 10 May 2018 16:27:23 +0000 (09:27 -0700)
commit3a2c5355924656c1923b5543aa5883af14390faa
tree48d408fbb9424e9c9fcef5d57152aeb12e5aa582
parent66214243082a1ba6156da8c3f562595ab175f035
Remove @Nullable (Java) for required fields (fixes #4724) (#4726)

@Nullable is only a compiler informational attribute.
Removing for required fields improves compiler warnings
but doesn't impact any running code.
src/idl_gen_general.cpp