diff flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java @ 1442:4a6814be92ba

Cosmetics, doc. flys-client/trunk@3438 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 16 Dec 2011 13:26:19 +0000
parents bc06a671ef60
children 0b79630e3bcb
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java	Thu Dec 15 12:33:54 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java	Fri Dec 16 13:26:19 2011 +0000
@@ -59,7 +59,7 @@
     /** ListGrid that displays user-selected pairs to build differences with. */
     protected ListGrid differencesList;
 
-    /*
+    /**
      * List to track previously selected but now removed pairs. (Needed to
      * be able to identify artifacts that can be removed from the collection.
      */
@@ -302,7 +302,8 @@
                 // TODO differentiate and merge: new clones, new, old.
                 Recommendation firstR = r.getFirst();
                 if(firstR.getIDs() != null) {
-                    GWT.log("First IDs: " + firstR.getIDs() + " factory: " + firstR.getFactory());
+                    GWT.log("First IDs: " + firstR.getIDs() + " factory: "
+                            + firstR.getFactory());
                 }
                 if(firstR.getIDs() != null) {
                     // These do not get cloned but loaded ("spawned").
@@ -313,7 +314,8 @@
                 }
                 Recommendation secondR = r.getSecond();
                 if(secondR.getIDs() != null) {
-                    GWT.log("Second IDs: " + secondR.getIDs() + " factory: " + secondR.getFactory());
+                    GWT.log("Second IDs: " + secondR.getIDs() + " factory: "
+                            + secondR.getFactory());
                 }
                 if (secondR.getIDs() != null) {
                     // These do not get cloned but loaded ("spawned").

http://dive4elements.wald.intevation.org