args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Fallback code in OptionHandler#getMetaVariable(...) needs to use ResourceBundle#containsKey(...)

Open anba opened this issue 10 years ago • 0 comments

ResourceBundle#getString(String) never returns null, so this code in OptionHandler#getMetaVariable(...) should be changed to use ResourceBundle#containsKey(String).

anba avatar May 19 '14 15:05 anba