comparison flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 5133:8e52b4829cd1

Fix flys/issue1228: Units in tabular calculation output.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 28 Feb 2013 12:37:07 +0100
parents 4898376c680b
children
comparison
equal deleted inserted replaced
5132:c2b377bcc025 5133:8e52b4829cd1
244 244
245 protected String msg(String key, String def) { 245 protected String msg(String key, String def) {
246 return Resources.getMsg(context.getMeta(), key, def); 246 return Resources.getMsg(context.getMeta(), key, def);
247 } 247 }
248 248
249 protected String msg(String key, String def, Object[] args) {
250 return Resources.getMsg(context.getMeta(), key, def, args);
251 }
252
249 253
250 /** 254 /**
251 * This method starts CSV creation. It makes use of writeCSVData() which has 255 * This method starts CSV creation. It makes use of writeCSVData() which has
252 * to be implemented by concrete subclasses. 256 * to be implemented by concrete subclasses.
253 */ 257 */

http://dive4elements.wald.intevation.org