minor
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / cdm / api / application / ICdmChangeListener.java
index 4ae18346079324ac9504fbdd08091a59c0e04a99..3a3f9e4f4be00f251b52016571af6df3a545e049 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2015 EDIT
 * European Distributed Institute of Taxonomy
@@ -12,10 +11,8 @@ package eu.etaxonomy.cdm.api.application;
 /**
  * @author cmathew
  * @date 7 Apr 2015
- *
  */
 public interface ICdmChangeListener {
 
     public void onChange(CdmChangeEvent event);
-
-}
+}
\ No newline at end of file