FlatBuffers Version 23.1.21 (#7796)

This commit is contained in:
Derek Bailey
2023-01-21 12:46:57 -08:00
committed by GitHub
parent ef76b5ece4
commit ee848a02e1
163 changed files with 222 additions and 217 deletions

View File

@@ -683,7 +683,7 @@ class JavaGenerator : public BaseGenerator {
// Force compile time error if not using the same version runtime.
code += " public static void ValidateVersion() {";
code += " Constants.";
code += "FLATBUFFERS_23_1_20(); ";
code += "FLATBUFFERS_23_1_21(); ";
code += "}\n";
// Generate a special accessor for the table that when used as the root