mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-05 11:47:47 +00:00
Fix broken Java/C# codegen
This commit is contained in:
parent
3a62813f0e
commit
4bc6de9a88
8 changed files with 44 additions and 39 deletions
|
|
@ -53,7 +53,7 @@ public final class Referrable extends Table {
|
|||
start += middle;
|
||||
span -= middle;
|
||||
} else {
|
||||
return (obj == null ? new Referrable(), obj).__assign(tableOffset, bb);
|
||||
return (obj == null ? new Referrable() : obj).__assign(tableOffset, bb);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue