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