Omaha #3937 - Removed UELE - Index out of bounds.

Former-commit-id: 039a382cf7a891cecdc7bbb1b0b5d83e02a7df13
This commit is contained in:
Slav Korolev 2015-01-07 12:20:08 -05:00
parent ac952bc760
commit da0d46ad81

View file

@ -1301,6 +1301,9 @@ public abstract class MonitoringAreaConfigDlg extends CaveSWTDialog implements
* Handles the monitor area list selection.
*/
private void handleMonitorAreaListSelection() {
if (monitorAreaList.getSelectionIndex() == -1) {
return;
}
if (mode == Mode.Zone) {
String zone = monitorAreaList.getItem(monitorAreaList
.getSelectionIndex());