comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/resources/Resources.java @ 3398:7f9fe694f8d1

FixA: Added time range column to Delta W(t) CSV export. flys-artifacts/trunk@5032 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 18 Jul 2012 09:54:46 +0000
parents 79e7bba0f593
children 04309ca24614
comparison
equal deleted inserted replaced
3397:6d1740533810 3398:7f9fe694f8d1
135 Object ... args 135 Object ... args
136 ) { 136 ) {
137 String template = getMsg(meta, key, (String)null); 137 String template = getMsg(meta, key, (String)null);
138 138
139 if (template == null) { 139 if (template == null) {
140 return template = def; 140 template = def;
141 } 141 }
142 142
143 return MessageFormat.format(template, args); 143 return MessageFormat.format(template, args);
144 } 144 }
145 145

http://dive4elements.wald.intevation.org