Closed stefanhueske closed 12 years ago
OptionOccurence result = allowedOptions.get(code).get(opt_name);
result will be null if code exists, but opt_name not.
result
code
opt_name
(note: I fixed this issue in my fork cb8fcc25011e6fe88888f27b93e5f141c8e9c6fc)
result
will be null ifcode
exists, butopt_name
not.(note: I fixed this issue in my fork cb8fcc25011e6fe88888f27b93e5f141c8e9c6fc)