[Dive4elements-commits] [PATCH 1 of 2] Doc Cosmetics
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 7 15:15:05 CET 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1362666009 -3600
# Node ID 60b5fca4f3573bed625122aad86a4b1aebc2d9be
# Parent 2b7f44c80857e575c7cc03fcbf42f98e16263855
Doc Cosmetics.
diff -r 2b7f44c80857 -r 60b5fca4f357 flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java Thu Mar 07 12:46:37 2013 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java Thu Mar 07 15:20:09 2013 +0100
@@ -41,25 +41,25 @@
{
private static final long serialVersionUID = -1610874613377494184L;
- /** The message class that provides i18n strings.*/
+ /** The message class that provides i18n strings. */
protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
- /** The StepForwardHandlers.*/
+ /** The StepForwardHandlers. */
protected List<StepForwardHandler> forwardHandlers;
- /** The StepForwardHandlers.*/
+ /** The StepForwardHandlers. */
protected List<StepBackHandler> backHandlers;
- /** The container that is used to position helper widgets.*/
+ /** The container that is used to position helper widgets. */
protected VLayout helperContainer;
- /** The artifact that contains status information.*/
+ /** The artifact that contains status information. */
protected Artifact artifact;
- /** The Collection.*/
+ /** The Collection. */
protected Collection collection;
- /** The ParameterList.*/
+ /** The ParameterList. */
protected ParameterList parameterList;
/**
More information about the Dive4elements-commits
mailing list