performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / forms / IEntityElement.java
index be2529871572f30d293e934c17fe5b95410b2445..e2096fe0a0d75dd3e698e4b39f741cd582dc28db 100644 (file)
@@ -12,10 +12,10 @@ package eu.etaxonomy.taxeditor.forms;
 
 
 /**
- * Any composite that represent a cdm entity should implement 
+ * Any composite that represent a cdm entity should implement
  * this interface. Selection of CdmEntity data will rely on this
  * interface.
- * 
+ *
  * @author n.hoffmann
  * @created Feb 16, 2010
  * @version 1.0
@@ -24,8 +24,9 @@ public interface IEntityElement<ENTITY> extends ICdmFormElement, ISelectable {
 
        /**
         * Returns the entity of this composite.
-        * 
-        * @return
+        *
+        * @param <ENTITY> a ENTITY object.
+        * @return a ENTITY object.
         */
        public ENTITY getEntity();
 }