diff options
Diffstat (limited to 'docs/ui/hello-world-script-executor-cba.rst')
-rw-r--r-- | docs/ui/hello-world-script-executor-cba.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ui/hello-world-script-executor-cba.rst b/docs/ui/hello-world-script-executor-cba.rst index 52337fcfc..d5a3c7bdc 100644 --- a/docs/ui/hello-world-script-executor-cba.rst +++ b/docs/ui/hello-world-script-executor-cba.rst @@ -110,7 +110,7 @@ In the **Create Script File** modal: override suspend fun recoverNB(runtimeException: RuntimeException, executionRequest: ExecutionServiceInput) { log.info("Executing Recovery") - bluePrintRuntimeService.getBlueprintError().addError("${runtimeException.message}") + bluePrintRuntimeService.getBluePrintError().addError("${runtimeException.message}") } } |