mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
clang formating cpp code generator and add missing generated classes
This commit is contained in:
@@ -8,8 +8,8 @@ public final class Color {
|
||||
public static final byte Green = 2;
|
||||
public static final byte Blue = 8;
|
||||
|
||||
private static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
|
||||
public static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
|
||||
|
||||
public static String name(int e) { return names[e - Red]; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user