comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/fixings/FixingsFacet.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents a5bd0a5b8efd
children 9744ce3c3853
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
40 super(index, name, description, type, hash, stateId); 40 super(index, name, description, type, hash, stateId);
41 } 41 }
42 42
43 /** 43 /**
44 * Returns the current km from the context. 44 * Returns the current km from the context.
45 * If the context is null or doesn't contain a currentKm then a double value of -1 will 45 * If the context is null or doesn't contain a currentKm
46 * be returned. 46 * then a double value of -1 will be returned.
47 * @param context The CallContext instance 47 * @param context The CallContext instance
48 * @return the current km as double 48 * @return the current km as double
49 */ 49 */
50 protected double getCurrentKm(CallContext context) { 50 protected double getCurrentKm(CallContext context) {
51 if (context == null) { 51 if (context == null) {

http://dive4elements.wald.intevation.org