Skip to content

Commit cc24edf

Browse files
authored
Correction (typo) of the AS cancellation message (#12)
Signed-off-by: Slimane AMAR <[email protected]>
1 parent d874882 commit cc24edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/securityanalysis/server/service/SecurityAnalysisStoppedPublisherService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@Service
2424
public class SecurityAnalysisStoppedPublisherService {
2525

26-
public static final String CANCEL_MESSAGE = "Security analysis has canceled";
26+
public static final String CANCEL_MESSAGE = "Security analysis was canceled";
2727
public static final String FAIL_MESSAGE = "Security analysis has failed";
2828

2929
private static final String CATEGORY_BROKER_OUTPUT = SecurityAnalysisStoppedPublisherService.class.getName()

0 commit comments

Comments
 (0)