aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/babel-logging-resources.properties
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-10-08 12:04:17 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-10-08 12:04:17 +0100
commit2aedac7b674a854600cac9b4bfe8e864f2e88526 (patch)
tree608a8cde7a211324741a2a0a891169224f2ca100 /src/main/resources/babel-logging-resources.properties
parent90fac993d264e255eac148487e24c9b02464a071 (diff)
Generate models for child resources
Babel now generates models for immediate children of Resources, non-recursively. Existing functionality is unchanged. Some large methods are refactored to avoid a Cognitive Complexity Sonar code smell. Change-Id: I7ab173a5693f25d0b303dfa97a25106e7e29b5f2 Issue-ID: AAI-1704 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main/resources/babel-logging-resources.properties')
-rw-r--r--src/main/resources/babel-logging-resources.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/babel-logging-resources.properties b/src/main/resources/babel-logging-resources.properties
index 5213103..167c369 100644
--- a/src/main/resources/babel-logging-resources.properties
+++ b/src/main/resources/babel-logging-resources.properties
@@ -84,4 +84,9 @@ MISSING_REQUEST_ID=\
MISSING_SERVICE_METADATA=\
BABEL0011W|\
- The service node template: {0} does not provide a metadata section. Skipping...|\ \ No newline at end of file
+ The service node template: {0} does not provide a metadata section. Skipping...|\
+
+TEMP_FILE_ERROR=\
+ BABEL0012E|\
+ Error creating temporary CSAR file.|\
+ \ No newline at end of file