comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixCalculation.java @ 3161:cd8d81b2824d

FixA: Re-added accidentially removed code. flys-artifacts/trunk@4773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Jun 2012 07:59:22 +0000
parents a6a3f9894fe0
children dad513d5ce37
comparison
equal deleted inserted replaced
3160:8c78c707aa2d 3161:cd8d81b2824d
87 if (to == null) { 87 if (to == null) {
88 addProblem("fix.missing.to"); 88 addProblem("fix.missing.to");
89 } 89 }
90 90
91 if (step == null) { 91 if (step == null) {
92 addProblem("fix.missing.step");
92 } 93 }
93 94
94 if (function == null) { 95 if (function == null) {
96 addProblem("fix.missing.function");
95 } 97 }
96 98
97 if (events == null || events.length < 1) { 99 if (events == null || events.length < 1) {
98 addProblem("fix.missing.events"); 100 addProblem("fix.missing.events");
99 } 101 }

http://dive4elements.wald.intevation.org