aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/properties_template
blob: fa25ca53b32fc44b56432387b5df777a8346a109 (plain)
1
2
3
4
5
6
7
8
9
<% 
  messages.each { n, v -> 
%>
${n.replace('-','_')}=\\
  $n-$v.errorCode|\\
  $v.messageFormat|\\
  $v.resolution|\\
  $v.description
<% } %>