comparison flys-backend/src/main/java/de/intevation/flys/model/Gauge.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 371e38af6f79
comparison
equal deleted inserted replaced
3944:5fea100c5334 3945:26084ee6d352
327 } 327 }
328 328
329 /** 329 /**
330 * Returns a HTTP URL for additional information about this gauge 330 * Returns a HTTP URL for additional information about this gauge
331 */ 331 */
332 public String getInfoURL() { 332 public String fetchInfoURL() {
333 //FIXME fetch url from the database 333 //FIXME fetch url from the database
334 return "https://flys-intern.intevation.de/Flys-3.0/"; 334 return "https://flys-intern.intevation.de/Flys-3.0/";
335 } 335 }
336 336
337 } 337 }

http://dive4elements.wald.intevation.org