Merge branch 'develop' into LibrAlign
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / occurrence / dna / AmplificationGelPhotoCollectionDetailSection.java
index 7bf2e9f5519fe5a3da3250bfa134eaace0e8052a..0c30ec363b84512ea86d86d7210da51cd0d9fe5a 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2014 EDIT
 * European Distributed Institute of Taxonomy
@@ -97,4 +96,24 @@ public class AmplificationGelPhotoCollectionDetailSection extends AbstractEntity
         return "Add a gel photo";
     }
 
+
+
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public Media addExisting() {
+        return null;
+    }
+
+
+
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public boolean allowAddExisting() {
+        return false;
+    }
+
 }