comparison flys-backend/src/main/java/de/intevation/flys/model/River.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 948c7289fc42
children 6302db90b63f
comparison
equal deleted inserted replaced
3946:948c7289fc42 3947:371e38af6f79
326 } 326 }
327 327
328 return result; 328 return result;
329 } 329 }
330 330
331 /**
332 * Returns a HTTP URL for additional information about this river
333 */
334 public String fetchInfoURL() {
335 //FIXME fetch url from the database
336 return "https://flys-intern.intevation.de/Flys-3.0/";
337 }
338 } 331 }
339 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 332 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org