comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FixingsFilterBuilder.java @ 3136:f12a8ed8d973

FixA: Fixed stupid i/j switch bug. flys-artifacts/trunk@4744 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Jun 2012 13:48:26 +0000
parents 0b86b005bb9a
children 9c147bbffc36
comparison
equal deleted inserted replaced
3135:d7bc53701b08 3136:f12a8ed8d973
178 log.warn(nfe); 178 log.warn(nfe);
179 } 179 }
180 } 180 }
181 int [] cids = new int[ids.size()]; 181 int [] cids = new int[ids.size()];
182 for (int j = 0; j < cids.length; ++j) { 182 for (int j = 0; j < cids.length; ++j) {
183 cids[i] = ids.get(j); 183 cids[j] = ids.get(j);
184 } 184 }
185 filters.add(new IdsFilter(cids)); 185 filters.add(new IdsFilter(cids));
186 } 186 }
187 else if ("date".equals(name)) { 187 else if ("date".equals(name)) {
188 String when = element.getAttribute("when").trim(); 188 String when = element.getAttribute("when").trim();

http://dive4elements.wald.intevation.org