ItEr59S08CUAsignacionRecursosLimitantesItEr58S10: Fix bug error on showing 'limiting resource allocation' window (scenarios)

This commit is contained in:
Diego Pino Garcia 2010-06-11 21:05:42 +02:00 committed by Javier Moran Rua
parent c6332e37d5
commit 28844f8b5f

View file

@ -132,13 +132,7 @@ public class LimitingResourcesController extends GenericForwardComposer {
addCommands(limitingResourcesPanel);
} catch (IllegalArgumentException e) {
try {
e.printStackTrace();
Messagebox.show(_("Limiting resources error") + e, _("Error"),
Messagebox.OK, Messagebox.ERROR);
} catch (InterruptedException o) {
throw new RuntimeException(e);
}
e.printStackTrace();
}
}