You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Enum name could be not a valid Java name. For example, TerminateOn.none is valid (though t might be better uppercased) while TerminateOn.# is not (so we must rename it to TerminateOn.POUND)
In https://github.com/l3nz/ari4java/blob/master/codegen-data/ari_1_6_0/bridges.json
See e.g.
Issues: