changeset 6585:967ae6799d98

Fix typos that lead to non-compilability.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Jul 2013 14:38:11 +0200
parents 3059d49cc5ce
children 16c614d68e19
files gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.");
         }
     }

http://dive4elements.wald.intevation.org