comparison flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtGenerator.java @ 3562:988ec06c400a

Use getCurrentKmFromRequest().doubleValue() in i18n formatting. flys-artifacts/trunk@5159 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 30 Jul 2012 09:08:16 +0000
parents f7e6b35f0b5c
children 66f539df4e8b
comparison
equal deleted inserted replaced
3561:f7e6b35f0b5c 3562:988ec06c400a
109 protected String getChartTitle() { 109 protected String getChartTitle() {
110 return Resources.format( 110 return Resources.format(
111 context.getMeta(), 111 context.getMeta(),
112 I18N_CHART_TITLE, 112 I18N_CHART_TITLE,
113 "", 113 "",
114 getCurrentKmFromRequest()); 114 getCurrentKmFromRequest().doubleValue());
115 } 115 }
116 116
117 117
118 @Override 118 @Override
119 protected String getDefaultChartSubtitle() { 119 protected String getDefaultChartSubtitle() {

http://dive4elements.wald.intevation.org