[PATCH] Remove useless line of code (thanks for the hint, SLT)

Wald Commits scm-commit at wald.intevation.org
Mon Apr 20 17:58:16 CEST 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1429545468 -7200
# Node ID 32a91eac0bc2f426db4684ccfd57093303514e5b
# Parent  a60a6e7ca24a82f666025574c47b7bac36c81f42
Remove useless line of code (thanks for the hint, SLT).

diff -r a60a6e7ca24a -r 32a91eac0bc2 backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java	Mon Apr 20 15:32:03 2015 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java	Mon Apr 20 17:57:48 2015 +0200
@@ -221,7 +221,6 @@
                 if (m.getMeasurementType().equals(measurementType)) {
                     return m;
                 }
-                continue;
             }
         }
 


More information about the Dive4Elements-commits mailing list