started to refactor action delegation
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor / src / eu / etaxonomy / taxeditor / model / CdmSessionDataRepository.java
index 650d79e8e81a48433a406afb88b367d487ba09bf..f4e28f0eada47e8e00474e78870fd7a21821a93e 100644 (file)
@@ -451,7 +451,7 @@ public class CdmSessionDataRepository implements ICdmSessionDataRepository {
        @Override\r
        public Set<TaxonRelationshipType> getConceptRelationshipTypes() {\r
                if (conceptRelationshipTypes == null) {\r
-                       conceptRelationshipTypes = getTaxonRelationshipTypes().terms;\r
+                       conceptRelationshipTypes = getTaxonRelationshipTypes().getTerms();\r
                        conceptRelationshipTypes.remove(TaxonRelationshipType.MISAPPLIED_NAME_FOR());\r
                        conceptRelationshipTypes.remove(TaxonRelationshipType.TAXONOMICALLY_INCLUDED_IN());\r
                }\r