cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / BulkEditorUtil.java
index 707fef307153a38785fbac10c03690f78ebaf023..3c2892a8ee0ad640a9dbd6d03648348117f412b5 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.taxeditor.bulkeditor;
 
 import org.eclipse.core.commands.operations.IOperationHistory;
@@ -25,18 +24,11 @@ import eu.etaxonomy.taxeditor.model.AbstractUtility;
 import eu.etaxonomy.taxeditor.workbench.WorkbenchUtility;
 
 /**
- * <p>BulkEditorUtil class.</p>
- *
  * @author n.hoffmann
  * @created Mar 12, 2010
  */
 public class BulkEditorUtil extends AbstractUtility{
 
-       /**
-        * <p>getPluginId</p>
-        *
-        * @return a {@link java.lang.String} object.
-        */
        public static String getPluginId(){
                return TaxeditorBulkeditorPlugin.PLUGIN_ID;
        }