remove setDescriptiveSystem
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Nov 2013 20:27:50 +0000 (20:27 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Nov 2013 20:27:50 +0000 (20:27 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionDetailElement.java

index 23f8e3f6d4596a07e2a4e578424c5213f93f74d2..3b7ccac5e9faf755501ca7dc44a0ff6e2ce5f15a 100644 (file)
@@ -65,9 +65,8 @@ public class DescriptionDetailElement extends AbstractCdmDetailElement<Descripti
                }
                else if(eventSource == selection_featureTree){
                        FeatureTree featureTree = selection_featureTree.getSelection();
-                       //FIXME:3.3MC---- 
-                       //getEntity().setDescriptiveSystem(featureTree.getDistinctFeatures());
-                       //FIXME:3.3MC----
+                       //descriptive system is not available anymore since v3.3 
+//                     getEntity().setDescriptiveSystem(featureTree.getDistinctFeatures());
                }
        }
 }