diff flys-backend/src/main/java/de/intevation/flys/model/Gauge.java @ 3947:371e38af6f79

Remove fetchInfoURL methods from River and gauge The info url link will be generated in the client. flys-backend/trunk@5579 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Mon, 24 Sep 2012 07:58:34 +0000
parents 26084ee6d352
children eaf83d4ae6b1
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/model/Gauge.java	Sat Sep 22 13:45:51 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/flys/model/Gauge.java	Mon Sep 24 07:58:34 2012 +0000
@@ -325,14 +325,5 @@
 
         return new MinMaxWQ(minw, maxw, minq, maxq);
     }
-
-    /**
-     * Returns a HTTP URL for additional information about this gauge
-     */
-    public String fetchInfoURL() {
-        //FIXME fetch url from the database
-        return "https://flys-intern.intevation.de/Flys-3.0/";
-    }
-
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org