comparison flys-backend/src/main/java/de/intevation/flys/model/River.java @ 3945:26084ee6d352

Change methods names until the url is really be fetched from the db flys-backend/trunk@5551 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 21 Sep 2012 10:47:32 +0000
parents 5fea100c5334
children 948c7289fc42
comparison
equal deleted inserted replaced
3944:5fea100c5334 3945:26084ee6d352
318 } 318 }
319 319
320 /** 320 /**
321 * Returns a HTTP URL for additional information about this river 321 * Returns a HTTP URL for additional information about this river
322 */ 322 */
323 public String getInfoURL() { 323 public String fetchInfoURL() {
324 //FIXME fetch url from the database 324 //FIXME fetch url from the database
325 return "https://flys-intern.intevation.de/Flys-3.0/"; 325 return "https://flys-intern.intevation.de/Flys-3.0/";
326 } 326 }
327 } 327 }
328 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 328 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org