Correct typo
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -46,7 +46,7 @@ public class HawkbitUIErrorHandler extends DefaultErrorHandler {
|
|||||||
|
|
||||||
if (originError.isPresent()) {
|
if (originError.isPresent()) {
|
||||||
final Connector connector = ((ConnectorErrorEvent) event).getConnector();
|
final Connector connector = ((ConnectorErrorEvent) event).getConnector();
|
||||||
// in case of BulkUpload: BulkUpload needs a look to show the
|
// in case of BulkUpload: BulkUpload needs a lock to show the
|
||||||
// notification
|
// notification
|
||||||
if (connector instanceof UI) {
|
if (connector instanceof UI) {
|
||||||
((UI) (((ConnectorErrorEvent) event).getConnector())).access(() -> message.show(originError.get()));
|
((UI) (((ConnectorErrorEvent) event).getConnector())).access(() -> message.show(originError.get()));
|
||||||
|
|||||||
Reference in New Issue
Block a user