comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWindow.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents ea9eef426962
children e3c2ae1887e8
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
192 factory, 192 factory,
193 locale, 193 locale,
194 new AsyncCallback<Artifact>() { 194 new AsyncCallback<Artifact>() {
195 public void onFailure(Throwable caught) { 195 public void onFailure(Throwable caught) {
196 decreateInProgress(); 196 decreateInProgress();
197 GWT.log("Create-artifact failed: " + caught.getMessage()); 197 GWT.log("Create-artifact failed: "
198 + caught.getMessage());
198 SC.warn(caught.getMessage()); 199 SC.warn(caught.getMessage());
199 } 200 }
200 201
201 public void onSuccess(Artifact artifact) { 202 public void onSuccess(Artifact artifact) {
202 decreateInProgress(); 203 decreateInProgress();

http://dive4elements.wald.intevation.org