Closed elifoster closed 8 years ago
It looks like this was resolved by someone at some point, and even uses specific mapping version objects instead of ugly old strings. That //noinspection unchecked
can get removed from RefreshListener, I'm pretty sure.
This removes a
noinspection
and cleans up the build log a little bit. It doesn't need to be unchecked because we know thatBONUtils#buildValidMappings
always returns aList<String>
, and those values are the only thing ever added to thisJComboBox
.