diff flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 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 08f8524a81ad
children 8bedd1fcaeee
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();
 

http://dive4elements.wald.intevation.org