comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/Calculation.java @ 4274:f46caf95ab7f

Minor javadoc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 26 Oct 2012 16:39:39 +0200
parents 3f24865082da
children 32bd5af17eda
comparison
equal deleted inserted replaced
4273:edcd276a7234 4274:f46caf95ab7f
13 13
14 import de.intevation.flys.artifacts.resources.Resources; 14 import de.intevation.flys.artifacts.resources.Resources;
15 15
16 import de.intevation.flys.utils.Formatter; 16 import de.intevation.flys.utils.Formatter;
17 17
18 /** A calculation that can have result and problems. */
18 public class Calculation 19 public class Calculation
19 implements Serializable 20 implements Serializable
20 { 21 {
22 /** Problem of a calculation.
23 * Has location and message. */
21 public static class Problem 24 public static class Problem
22 implements Serializable 25 implements Serializable
23 { 26 {
24 protected Double km; 27 protected Double km;
25 protected String msg; 28 protected String msg;

http://dive4elements.wald.intevation.org