ref #9607 introducing IMediaInfoFactory interface
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 7 May 2021 12:18:59 +0000 (14:18 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 7 May 2021 13:36:13 +0000 (15:36 +0200)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/media/IMediaInfoFactory.java [new file with mode: 0644]
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/media/MediaInfoFactory.java

diff --git a/cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/media/IMediaInfoFactory.java b/cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/media/IMediaInfoFactory.java
new file mode 100644 (file)
index 0000000..afb0cd6
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+* Copyright (C) 2021 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.cdm.api.service.media;
+
+/**
+ * @author a.kohlbecker
+ * @since May 6, 2021
+ */
+public interface IMediaInfoFactory {
+
+}
index 3e3b61ae6636c8d5dec236897998dc1973cf6dc8..87523157e19e9930821bd9820452f8fc0fac4052 100644 (file)
@@ -23,7 +23,7 @@ import eu.etaxonomy.cdm.common.media.CdmImageInfo;
  * @since May 5, 2021
  */
 @Component
-public class MediaInfoFactory {
+public class MediaInfoFactory implements IMediaInfoFactory {
 
     /**
      * TODO needs to be managed in CDM PREFERENCES