[PATCH] Fix typos that lead to non-compilability

Wald Commits scm-commit at wald.intevation.org
Wed Jul 17 14:29:00 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1374064691 -7200
# Node ID 967ae6799d98a1793e242043ca36aad5f2ca3df3
# Parent  3059d49cc5ce75491b683855752ec0c308a623c9
Fix typos that lead to non-compilability.

diff -r 3059d49cc5ce -r 967ae6799d98 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java	Wed Jul 17 12:18:28 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java	Wed Jul 17 14:38:11 2013 +0200
@@ -280,7 +280,7 @@
     public void adjustRecommendation(Recommendation recommendation) {
         if (recommendation.getIDs() != null) {
             GWT.log("Setting staticwkms factory for rec with ID "
-                + recommendation.getID());
+                + recommendation.getIDs());
             recommendation.setFactory("staticwkms");
         }
         else if (recommendation.getFactory().equals("winfo")) {
@@ -288,7 +288,7 @@
             recommendation.setFactory("waterlevel");
         }
         else {
-           GWT.log("Leave rec. id " + recommendation.getID() + ", factory "
+           GWT.log("Leave rec. id " + recommendation.getIDs() + ", factory "
                + recommendation.getFactory() + " untouched.");
         }
     }


More information about the Dive4elements-commits mailing list