cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / supplemental / ExtensionSection.java
index 4ac9797f84e7474f7f172bb17ef3678b4c95a3e0..efeab0c165fe672d49c5e58fe0fa6b98c66e85bb 100644 (file)
@@ -18,7 +18,6 @@ import eu.etaxonomy.taxeditor.ui.section.DefaultCdmBaseComparator;
  * <p>ExtensionSection class.</p>
  *
  * @author nho
- * @version $Id: $
  */
 public class ExtensionSection extends AbstractEntityCollectionSection<IdentifiableEntity, Extension> {
 
@@ -34,13 +33,11 @@ public class ExtensionSection extends AbstractEntityCollectionSection<Identifiab
                super(cdmFormFactory, conversation,parentElement, "Extensions", style);
        }
 
-       /** {@inheritDoc} */
        @Override
        public Extension createNewElement() {
                return Extension.NewInstance();
        }
 
-       /** {@inheritDoc} */
        @Override
        public Collection<Extension> getCollection(IdentifiableEntity entity) {
                return entity.getExtensions();
@@ -51,44 +48,32 @@ public class ExtensionSection extends AbstractEntityCollectionSection<Identifiab
         return new DefaultCdmBaseComparator<>();
        }
 
-       /** {@inheritDoc} */
        @Override
        public String getEmptyString() {
                return "No extensions yet.";
        }
 
-       /** {@inheritDoc} */
        @Override
        protected String getTooltipString() {
                return "Create a new extension";
        }
 
-
-       /** {@inheritDoc} */
        @Override
        public void addElement(Extension element) {
                getEntity().addExtension(element);
        }
 
-
-       /** {@inheritDoc} */
        @Override
        public void removeElement(Extension element) {
                getEntity().removeExtension(element);
        }
 
-    /**
-     * {@inheritDoc}
-     */
     @Override
     public Extension addExisting() {
         // TODO Auto-generated method stub
         return null;
     }
 
-    /**
-     * {@inheritDoc}
-     */
     @Override
     public boolean allowAddExisting() {
         // TODO Auto-generated method stub