cleanup
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / agent / Contact.java
index 79de6d0be91cfec3e3574d0eee971fef3ff823c9..a26fa651e7029abd519d38954a433f6d58b18069 100644 (file)
@@ -6,7 +6,6 @@
 * 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.model.agent;
 
 import java.io.Serializable;
@@ -52,7 +51,6 @@ import eu.etaxonomy.cdm.strategy.merge.MergeException;
  * </ul>
  *
  * @author m.doering
- * @version 1.0
  * @since 08-Nov-2007 13:06:18
  */
 @XmlAccessorType(XmlAccessType.FIELD)
@@ -401,7 +399,7 @@ public class Contact implements Serializable, Cloneable {
         * @see java.lang.Object#clone()
         */
        @Override
-       public Object clone() {
+       public Contact clone() {
                try{
                        Contact result = (Contact) super.clone();
                        result.addresses = new HashSet<>();