comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSHeader.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 9f3ffb218bc0
children b5af33e5ce1e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
101 public void onFailure(Throwable caught) { 101 public void onFailure(Throwable caught) {
102 } 102 }
103 103
104 @Override 104 @Override
105 public void onSuccess(Void result) { 105 public void onSuccess(Void result) {
106 /* Just reload the page. GGInAFilter is goint to redirect 106 /* Just reload the page. GGInAFilter is going
107 * to redirect
107 * to the correct login page */ 108 * to the correct login page */
108 Window.Location.reload(); 109 Window.Location.reload();
109 } 110 }
110 }); 111 });
111 112

http://dive4elements.wald.intevation.org