cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / taxeditor / service / ICachedCommonService.java
index 271d18b4116c6efd26fca74e182b8155eed168a4..faea6f876a111426d9025dd8f7eecf98d1c56505 100644 (file)
@@ -15,13 +15,11 @@ import eu.etaxonomy.cdm.model.common.CdmBase;
 /**
  * @author cmathew
  * @date 14 Oct 2014
- *
  */
 public interface ICachedCommonService {
 
     public CdmBase find(Class<? extends CdmBase> clazz, int id);
 
-
     /**
      * Initializes a collection or map.
      *
@@ -80,8 +78,4 @@ public interface ICachedCommonService {
      * @return true if the value object exists in the collection, false o/w
      */
     public boolean containsValue(UUID ownerUuid, String fieldName, Object element);
-
-
-
-
 }