GrantedAuthoritySelectionDialog implemented for #2990 (implement missing parts of...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / AbstractFilteredCdmResourceSelectionDialog.java
index 4f024bd3c8ae041a3047f3a08c874ade6aed3193..242af03207e4efce790bf86f87526b2d13f52f03 100644 (file)
@@ -493,8 +493,10 @@ public abstract class AbstractFilteredCdmResourceSelectionDialog<T extends ICdmB
        public void update(CdmDataChangeMap changeEvents) {}
 
        /**
-        * Don't want to add a taxon or synonym to itself so filter the list to remove the taxon in question
-        * so it is not available to add as a concept relation
+        * Don't want to add for example a taxon or synonym to itself 
+        * so filter the list to remove the taxon in question 
+        * (<code>cdmBaseToBeFiltered</code>)
+        * so it is not available in the filtered list.
         */
        private void filterExcludedObjects() {
                if (model != null && cdmBaseToBeFiltered != null) {