Correct typo

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-08-11 14:15:19 +02:00
parent 6205126279
commit ff39ecfc75

View File

@@ -46,7 +46,7 @@ public class HawkbitUIErrorHandler extends DefaultErrorHandler {
if (originError.isPresent()) {
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
if (connector instanceof UI) {
((UI) (((ConnectorErrorEvent) event).getConnector())).access(() -> message.show(originError.get()));