comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java @ 3706:b7e93531322f

Cosmetics flys-client/trunk@5446 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Thu, 13 Sep 2012 05:38:05 +0000
parents 60c375173263
children b6b2d9aad95d
comparison
equal deleted inserted replaced
3705:f84ed73311f2 3706:b7e93531322f
404 GWT.log("Could not feed artifact with points."); 404 GWT.log("Could not feed artifact with points.");
405 SC.warn(MSG.getString(caught.getMessage())); 405 SC.warn(MSG.getString(caught.getMessage()));
406 enable(); 406 enable();
407 } 407 }
408 public void onSuccess(Artifact fartifact) { 408 public void onSuccess(Artifact fartifact) {
409 GWT.log("Successfully set points "); 409 GWT.log("Successfully set points");
410 redrawRequestHandler.onRedrawRequest( 410 redrawRequestHandler.onRedrawRequest(
411 new RedrawRequestEvent()); 411 new RedrawRequestEvent());
412 destroy(); 412 destroy();
413 } 413 }
414 }); 414 });

http://dive4elements.wald.intevation.org