ISIS-537: removing a TODO:mgrigorov (comments only)
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/27545b0b Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/27545b0b Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/27545b0b Branch: refs/heads/master Commit: 27545b0b7882d13f471a76b0c30027ad9ffec131 Parents: f4321ae Author: Dan Haywood <[email protected]> Authored: Fri Nov 7 17:14:24 2014 +0000 Committer: Dan Haywood <[email protected]> Committed: Mon Nov 10 10:21:33 2014 +0000 ---------------------------------------------------------------------- .../links/CollectionContentsLinksSelectorPanelFactory.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/27545b0b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/selector/links/CollectionContentsLinksSelectorPanelFactory.java ---------------------------------------------------------------------- diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/selector/links/CollectionContentsLinksSelectorPanelFactory.java b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/selector/links/CollectionContentsLinksSelectorPanelFactory.java index 6dff6d9..a93790e 100644 --- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/selector/links/CollectionContentsLinksSelectorPanelFactory.java +++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/selector/links/CollectionContentsLinksSelectorPanelFactory.java @@ -29,12 +29,7 @@ import org.apache.isis.viewer.wicket.ui.ComponentType; /** * {@link ComponentFactory} for {@link CollectionContentsLinksSelectorPanel}. - * - * <p> - * Either this class or {@link CollectionContentsDropDownSelectorPanelFactory} should be - * registered, but not both. */ -// TODO mgrigorov: there is no more CollectionContentsDropDownSelectorPanelFactory. Fix the javadoc public class CollectionContentsLinksSelectorPanelFactory extends ComponentFactoryAbstract { private static final long serialVersionUID = 1L;
