Skip to content

Commit

Permalink
#2860 Re-enable Capella Explorer notification on migration cancelled
Browse files Browse the repository at this point in the history
Change-Id: I8154bed5896419bcc1055b954941a9c710aca437
Signed-off-by: Maxime Porhel <[email protected]>
  • Loading branch information
mPorhel authored and pdulth committed May 21, 2024
1 parent 8e26402 commit 0f05b21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2020 THALES GLOBAL SERVICES.
* Copyright (c) 2006, 2024 THALES GLOBAL SERVICES.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down Expand Up @@ -90,6 +90,7 @@ public IStatus run(MigrationContext context, boolean checkVersion) {

IStatus result = preMigrationExecute(_file, context, checkVersion);
if (!result.isOK()) {
LongRunningListenersRegistry.getInstance().operationAborted(getClass());
return result;
}

Expand Down

0 comments on commit 0f05b21

Please sign in to comment.