comparison flys-artifacts/src/main/java/de/intevation/flys/utils/FLYSUtils.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents 5642a83420f2
children b0ba96bbf01d
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
449 null, 449 null,
450 variables); 450 variables);
451 } 451 }
452 452
453 453
454 /**
455 * Return the (first) Gauge corresponding to the given location(s) of
456 * the artifact.
457 * @param flys the artifact in question.
458 * @return (First) gauge of locations of river of artifact.
459 */
454 public static Gauge getGauge(FLYSArtifact flys) { 460 public static Gauge getGauge(FLYSArtifact flys) {
455 River river = getRiver(flys); 461 River river = getRiver(flys);
456 462
457 if (river == null) { 463 if (river == null) {
458 logger.debug("no river found"); 464 logger.debug("no river found");

http://dive4elements.wald.intevation.org