ref #8753: add IDescriptiveDatasetEditor
authorKatja Luther <k.luther@bgbm.org>
Mon, 11 May 2020 06:26:04 +0000 (08:26 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 11 May 2020 06:26:04 +0000 (08:26 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/IDescriptiveDataSetEditor.java [new file with mode: 0755]

diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/IDescriptiveDataSetEditor.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/IDescriptiveDataSetEditor.java
new file mode 100755 (executable)
index 0000000..e51fcd4
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+* Copyright (C) 2020 EDIT
+* European Distributed Institute of Taxonomy
+* http://www.e-taxonomy.eu
+*
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
+package eu.etaxonomy.taxeditor.editor;
+
+/**
+ * @author k.luther
+ * @since May 7, 2020
+ */
+public interface IDescriptiveDataSetEditor {
+
+}