comparison flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.java @ 4047:3dc26ec2558d

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:08:24 +0200
parents 4ac581062c40
children 146f1894e6a6
comparison
equal deleted inserted replaced
4046:ca208b2f35a0 4047:3dc26ec2558d
146 146
147 /** 147 /**
148 * Get internationalized label for the y axis. 148 * Get internationalized label for the y axis.
149 */ 149 */
150 protected String getVAxisLabel() { 150 protected String getVAxisLabel() {
151 FLYSArtifact flys = (FLYSArtifact) master;
152
153 return msg(I18N_YAXIS_LABEL, I18N_YAXIS_LABEL_DEFAULT); 151 return msg(I18N_YAXIS_LABEL, I18N_YAXIS_LABEL_DEFAULT);
154 } 152 }
155 153
156 154
157 /** 155 /**
158 * Get internationalized label for the y axis. 156 * Get internationalized label for the y axis.
159 */ 157 */
160 protected String getTAxisLabel() { 158 protected String getTAxisLabel() {
161 FLYSArtifact flys = (FLYSArtifact) master;
162
163 return msg(I18N_2YAXIS_LABEL, I18N_2YAXIS_LABEL_DEFAULT); 159 return msg(I18N_2YAXIS_LABEL, I18N_2YAXIS_LABEL_DEFAULT);
164 } 160 }
165 161
166 162
167 /** 163 /**

http://dive4elements.wald.intevation.org