From 0431c290630d1818bb7a8eeef8dfb8e3398289b4 Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Tue, 14 May 2019 12:56:47 +0200 Subject: [PATCH] Fix exception list for step neoDeploy (#697) due to wrong indentation in the md file the excpetions are not rendered as expected. The reasons why an exception occures is on the same level like the exception, but should have only level more. --- documentation/docs/steps/neoDeploy.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/docs/steps/neoDeploy.md b/documentation/docs/steps/neoDeploy.md index 4fe0f3609..3fb095615 100644 --- a/documentation/docs/steps/neoDeploy.md +++ b/documentation/docs/steps/neoDeploy.md @@ -25,15 +25,15 @@ none ## Exceptions * `Exception`: - * If `source` is not provided. - * If `propertiesFile` is not provided (when using `'WAR_PROPERTIESFILE'` deployment mode). - * If `application` is not provided (when using `'WAR_PARAMS'` deployment mode). - * If `runtime` is not provided (when using `'WAR_PARAMS'` deployment mode). - * If `runtimeVersion` is not provided (when using `'WAR_PARAMS'` deployment mode). + * If `source` is not provided. + * If `propertiesFile` is not provided (when using `'WAR_PROPERTIESFILE'` deployment mode). + * If `application` is not provided (when using `'WAR_PARAMS'` deployment mode). + * If `runtime` is not provided (when using `'WAR_PARAMS'` deployment mode). + * If `runtimeVersion` is not provided (when using `'WAR_PARAMS'` deployment mode). * `AbortException`: - * If neo-java-web-sdk is not installed, or `neoHome`is wrong. + * If neo-java-web-sdk is not installed, or `neoHome`is wrong. * `CredentialNotFoundException`: - * If the credentials cannot be resolved. + * If the credentials cannot be resolved. ## Example