... | ... |
@@ -254,6 +254,7 @@ public class GeneralPartWidget extends CompositeGwtWidgetElement { |
254 | 254 |
private void listboxSetValues(ListBox listbox, String value) { |
255 | 255 |
if (value == null) { |
256 | 256 |
listbox.setSelectedIndex(-1); |
257 |
+ return; |
|
257 | 258 |
} |
258 | 259 |
|
259 | 260 |
HashSet<String> set = new HashSet<>(Arrays.asList(value.split(","))); |