comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifactDescription.java @ 9262:fee5fa18361c

Just a comment
author gernotbelger
date Tue, 17 Jul 2018 19:48:09 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
9261:22a3999fd536 9262:fee5fa18361c
147 147
148 if (d != null) { 148 if (d != null) {
149 mm[1] = d; 149 mm[1] = d;
150 } 150 }
151 } 151 }
152
153 // FIXME: probably buggy, as data is not consistently reset if the user goes back in the workflow (i.e. old ld_from/ld_to values may still be present)
154 // FIXME: should use the same checks/code as in ComputationRangeAccess
155
152 else if (dataName.equals("ld_locations")) { 156 else if (dataName.equals("ld_locations")) {
153 return DoubleUtils.getMinMax(item.getStringValue()); 157 return DoubleUtils.getMinMax(item.getStringValue());
154 } 158 }
155 } 159 }
156 160

http://dive4elements.wald.intevation.org