changeset 3363:8d38a1e097c2

Cosmetics. flys-client/trunk@5050 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 19 Jul 2012 08:21:49 +0000
parents bea50e45f0d3
children b31b0d249d21
files flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java flys-client/src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Thu Jul 19 07:39:50 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Thu Jul 19 08:21:49 2012 +0000
@@ -145,9 +145,9 @@
         this.layout        = new VLayout();
         this.parameterList = new ParameterList(
             flys, this, messages.new_project());
-        this.artifactsQueue     = 0;
+        this.artifactsQueue      = 0;
         this.recommendationQueue = 0;
-        this.newRecommendations = new Stack<Recommendation>();
+        this.newRecommendations  = new Stack<Recommendation>();
 
         this.currentKm = -1d;
         this.minKm = -1d;
@@ -424,7 +424,7 @@
     protected void artifactChanged() {
         ArtifactDescription desc = getArtifact().getArtifactDescription();
         //OutputMode[] outs        = desc.getOutputModes();
-        final Recommendation[] recom   = desc.getRecommendations();
+        final Recommendation[] recom = desc.getRecommendations();
 
         Collection c = getCollection();
 
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java	Thu Jul 19 07:39:50 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WspDatacagePanel.java	Thu Jul 19 08:21:49 2012 +0000
@@ -71,7 +71,7 @@
      * we have to create a new Artifact specified by  the Datacage selection via
      * Async request.
      *
-     * @param The ClickEvent.
+     * @param e The ClickEvent.
      */
     @Override
     public void onClick(ClickEvent e) {

http://dive4elements.wald.intevation.org