diff flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 864:c0e13cf826d7

Cosmetics, doc. flys-client/trunk@2671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 08 Sep 2011 06:56:17 +0000
parents 4db672cdacb2
children 94d4f040da3a
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java	Wed Sep 07 17:22:21 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java	Thu Sep 08 06:56:17 2011 +0000
@@ -74,28 +74,28 @@
         GWT.create(GetArtifactService.class);
 
 
-    /** The menu bar at the top of the application.*/
+    /** The menu bar at the top of the application. */
     protected MainMenu menu;
 
     /** The content window. It takes the whole space beneath the menu bar.*/
     protected FLYSView view;
 
-    /** The project list that displays the projects of the user.*/
+    /** The project list that displays the projects of the user. */
     protected ProjectList projectList;
 
-    /** The FLYSWorkspace.*/
+    /** The FLYSWorkspace. */
     protected FLYSWorkspace workspace;
 
     /** The footer. */
     protected FLYSFooter footer;
 
-    /** The user who is currently logged in.*/
+    /** The user who is currently logged in. */
     protected User currentUser;
 
-    /** The list of rivers supported by the server.*/
+    /** The list of rivers supported by the server. */
     protected River[] rivers;
 
-    /** This list is used to track the opened projects.*/
+    /** This list is used to track the opened projects. */
     protected List<String> openProjects;
 
 

http://dive4elements.wald.intevation.org