Mercurial > dive4elements > river
changeset 3861:16840d849298
Cosmetics, docs.
flys-client/trunk@5626 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 27 Sep 2012 17:53:24 +0000 |
parents | b32e8353c30e |
children | 3d804e89baff |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/services/ModuleServiceAsync.java flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java |
diffstat | 3 files changed, 19 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Sep 27 17:50:18 2012 +0000 +++ b/flys-client/ChangeLog Thu Sep 27 17:53:24 2012 +0000 @@ -1,3 +1,18 @@ +2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/services/ModuleServiceAsync.java, + src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java: + Cosmetics, docs. + +2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Donate own error message when no users were found. + 2012-09-27 Christian Lins <christian.lins@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/ModuleServiceAsync.java Thu Sep 27 17:50:18 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/ModuleServiceAsync.java Thu Sep 27 17:53:24 2012 +0000 @@ -9,5 +9,4 @@ public void list(String locale, AsyncCallback<Module[]> callback); } - // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 tw=80 :
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java Thu Sep 27 17:50:18 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java Thu Sep 27 17:53:24 2012 +0000 @@ -74,7 +74,7 @@ protected FixingsOverviewServiceAsync overviewService = GWT.create(FixingsOverviewService.class); - protected String htmlOverview; + protected String htmlOverview; protected FixingsOverviewInfo fixInfo; protected TabSet tabs; protected Tab events; @@ -91,6 +91,8 @@ htmlOverview = ""; } + + /** Get the (master) artifact UUID. */ protected String getArtifactUuid() { return this.artifact.getUuid(); } @@ -477,3 +479,4 @@ return root; } } +// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :