You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/13 18:12:43 UTC

[4/7] isis git commit: ISIS-537: removing unused/no-op code.

ISIS-537: removing unused/no-op code.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/41a723d9
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/41a723d9
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/41a723d9

Branch: refs/heads/master
Commit: 41a723d909f60c5f72d21ad56b0c2b639ee1abea
Parents: 3f91802
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Nov 13 13:47:58 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Nov 13 13:47:58 2014 +0000

----------------------------------------------------------------------
 .../multiple/CollectionContentsMultipleViewsPanel.java       | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/41a723d9/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/multiple/CollectionContentsMultipleViewsPanel.java
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/multiple/CollectionContentsMultipleViewsPanel.java b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/multiple/CollectionContentsMultipleViewsPanel.java
index 9e60554..a6d5d9a 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/multiple/CollectionContentsMultipleViewsPanel.java
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/multiple/CollectionContentsMultipleViewsPanel.java
@@ -109,12 +109,6 @@ public class CollectionContentsMultipleViewsPanel
             this.addOrReplace(underlyingView);
         }
 
-        if(selectorDropdownPanelIfAny != null) {
-
-        } else {
-
-        }
-
         // hide any unused placeholders
         while(i<MAX_NUM_UNDERLYING_VIEWS) {
             String underlyingId = underlyingIdPrefix + "-" + i;
@@ -189,8 +183,6 @@ public class CollectionContentsMultipleViewsPanel
                 // ignore
             }
         }
-
-
     }