Merge branch 'develop' into LibrAlign
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / name / NameRelationshipDetailSection.java
index a17870c99ed63f87be385ab4ef4292d3bb0f6670..bcb172286061ea0d9ce7cd2829898eca7db80679 100644 (file)
@@ -116,4 +116,20 @@ public class NameRelationshipDetailSection extends AbstractEntityCollectionSecti
        public TaxonBase getTaxonBase() {
                return taxonBase;
        }
+
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public NameRelationship addExisting() {
+        return null;
+    }
+
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public boolean allowAddExisting() {
+        return false;
+    }
 }