comparison backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java @ 8700:32a91eac0bc2

Remove useless line of code (thanks for the hint, SLT).
author Tom Gottfried <tom@intevation.de>
date Mon, 20 Apr 2015 17:57:48 +0200
parents 67e53dbe05d2
children 5e38e2924c07
comparison
equal deleted inserted replaced
8699:a60a6e7ca24a 8700:32a91eac0bc2
219 any station. Should be enforced in database schema. */ 219 any station. Should be enforced in database schema. */
220 for (MeasurementStation m: stations) { 220 for (MeasurementStation m: stations) {
221 if (m.getMeasurementType().equals(measurementType)) { 221 if (m.getMeasurementType().equals(measurementType)) {
222 return m; 222 return m;
223 } 223 }
224 continue;
225 } 224 }
226 } 225 }
227 226
228 return null; 227 return null;
229 } 228 }

http://dive4elements.wald.intevation.org