diff flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java @ 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 8bedd1fcaeee
children 1ba0927855b4
line wrap: on
line diff
--- 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 :

http://dive4elements.wald.intevation.org