diff options
author | lj1412 <lji@research.att.com> | 2017-02-14 15:12:22 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-14 15:12:24 +0000 |
commit | 2df01453c7e4cd35c41c6185dc2ea34710b29b7f (patch) | |
tree | 74689740e3be8757b00abd8083c8942100125d45 /operation-utils/src/main/resources/properties_template | |
parent | 5f5ff4cf17e08099fac5d14e76dbc646c771156c (diff) |
Init dcae.operation
Change-Id: Ia36372d0fb3ba0b960b32a50d656a0e7035bdcac
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'operation-utils/src/main/resources/properties_template')
-rw-r--r-- | operation-utils/src/main/resources/properties_template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/operation-utils/src/main/resources/properties_template b/operation-utils/src/main/resources/properties_template new file mode 100644 index 0000000..76b2b48 --- /dev/null +++ b/operation-utils/src/main/resources/properties_template @@ -0,0 +1,9 @@ +<% + messages.each { n, v -> +%> +$n=\\ + $v.errorCode|\\ + $v.messageFormat|\\ + $v.resolution|\\ + $v.description +<% } %>
\ No newline at end of file |