|
From: Andrew M. <an...@nm...> - 2019-02-11 17:15:15
|
I'm seeing generated code generated like this:
public static class NoUnderlyings extends Group {
static final long serialVersionUID = 20050617;
private static final int[] ORDER = {311, 312, 974, 998 998, 1423 1423, 1424 1424, 1425 1425, 1437, 1441, 1453, 1454, 1455, 1456, 1459,
1460, 20121, 944, 0};
Notice that some fields are dupes with no commas between.
|