comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQSimpleArrayPanel.java @ 6557:685c2be0541c

Debug/typo fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Jul 2013 11:43:20 +0200
parents ea9eef426962
children 5e38e2924c07
comparison
equal deleted inserted replaced
6556:4875ca46fdcd 6557:685c2be0541c
263 263
264 wqInfoService.getWQInfo(locale, river, lower, upper, 264 wqInfoService.getWQInfo(locale, river, lower, upper,
265 new AsyncCallback<WQInfoObject[]>() { 265 new AsyncCallback<WQInfoObject[]>() {
266 @Override 266 @Override
267 public void onFailure(Throwable caught) { 267 public void onFailure(Throwable caught) {
268 GWT.log("Could not recieve wq informations."); 268 GWT.log("Could not receive wq informations.");
269 } 269 }
270 270
271 @Override 271 @Override
272 public void onSuccess(WQInfoObject[] wqi) { 272 public void onSuccess(WQInfoObject[] wqi) {
273 int num = wqi != null ? wqi.length :0; 273 int num = wqi != null ? wqi.length :0;
274 GWT.log("Recieved " + num + " wq informations."); 274 GWT.log("Received " + num + " wq informations.");
275 275
276 if (num == 0) { 276 if (num == 0) {
277 return; 277 return;
278 } 278 }
279 279

http://dive4elements.wald.intevation.org