mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
Fix broken Java/C# codegen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user