cleanup and generics for ICdmEntitySessionEnabled
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / key / AbstractIdentificationEditorInput.java
index fa36d382f493269d7e55d4c3cfb0356fc9db42c9..bd28dd2e901dd22071e6f1a6ad63f9d430507637 100644 (file)
@@ -1,6 +1,11 @@
 /**
- *
- */
+* Copyright (C) 2007 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.key;
 
 import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
@@ -11,7 +16,6 @@ import eu.etaxonomy.taxeditor.editor.CdmEntitySessionInput;
 
 /**
  * @author n.hoffmann
- *
  */
 public abstract class AbstractIdentificationEditorInput<T extends IIdentificationKey>
                extends CdmEntitySessionInput implements IConversationEnabled {
@@ -34,14 +38,10 @@ public abstract class AbstractIdentificationEditorInput<T extends IIdentificatio
        public void update(CdmDataChangeMap changeEvents) {
        }
 
-       /* (non-Javadoc)
-        * @see java.lang.Object#equals(java.lang.Object)
-        */
        @Override
        public boolean equals(Object obj) {
                // TODO Auto-generated method stub
                boolean result = super.equals(obj);
                return result;
        }
-
-}
+}
\ No newline at end of file