GP-3266 Max jumptable entry option

This commit is contained in:
caheckman 2023-06-12 16:42:12 -04:00
parent 3b62fdaa95
commit d8b4f910ca
11 changed files with 93 additions and 12 deletions

View file

@ -422,5 +422,6 @@ public record ElementId(String name, int id) {
new ElementId("command_getuseropname", COMMAND_GETUSEROPNAME);
public static final ElementId ELEM_SPLITDATATYPE = new ElementId("splitdatatype", 270);
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 271);
public static final ElementId ELEM_JUMPTABLEMAX = new ElementId("jumptablemax", 271);
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 272);
}