mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Update
This commit is contained in:
@@ -62,7 +62,7 @@ class JavaTest {
|
||||
Monster.startMonster(fbb);
|
||||
Monster.addName(fbb, names[2]);
|
||||
off[2] = Monster.endMonster(fbb);
|
||||
int sortMons = fbb.createSortedTableVector(Monster.class, off);
|
||||
int sortMons = fbb.createSortedTableVector(new Monster(), off);
|
||||
|
||||
// We set up the same values as monsterdata.json:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user