aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/properties_template
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-13 13:51:35 +0000
committerCarsten Lund <lund@research.att.com>2017-04-18 02:17:51 +0000
commit37181837935f5e94fd02b32da0df966b498dd968 (patch)
tree294c24cebed722684a5a1ce4291b55db18322e4c /operation-utils/src/main/resources/properties_template
parent12569365f092fe2993f8cd470c48331888a29a17 (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: I225aa7a8952da4ddb0a93ac238aa79c8993f72b8 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'operation-utils/src/main/resources/properties_template')
-rw-r--r--operation-utils/src/main/resources/properties_template4
1 files changed, 2 insertions, 2 deletions
diff --git a/operation-utils/src/main/resources/properties_template b/operation-utils/src/main/resources/properties_template
index 76b2b48..fa25ca5 100644
--- a/operation-utils/src/main/resources/properties_template
+++ b/operation-utils/src/main/resources/properties_template
@@ -1,8 +1,8 @@
<%
messages.each { n, v ->
%>
-$n=\\
- $v.errorCode|\\
+${n.replace('-','_')}=\\
+ $n-$v.errorCode|\\
$v.messageFormat|\\
$v.resolution|\\
$v.description