comparison 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
comparison
equal deleted inserted replaced
3946:948c7289fc42 3947:371e38af6f79
323 minq = (BigDecimal)arr[1]; 323 minq = (BigDecimal)arr[1];
324 } 324 }
325 325
326 return new MinMaxWQ(minw, maxw, minq, maxq); 326 return new MinMaxWQ(minw, maxw, minq, maxq);
327 } 327 }
328
329 /**
330 * Returns a HTTP URL for additional information about this gauge
331 */
332 public String fetchInfoURL() {
333 //FIXME fetch url from the database
334 return "https://flys-intern.intevation.de/Flys-3.0/";
335 }
336
337 } 328 }
338 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 329 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org