ref #9448: remove E4 from file names - bulkeditor continue
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / e4 / BulkEditorComposite.java
similarity index 99%
rename from eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4Composite.java
rename to eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorComposite.java
index cfa2e6bb96d773a123e72cf97e8f22f4b0039a08..861a636a6ba5bc05304a811b0402f44086187f99 100644 (file)
@@ -92,7 +92,7 @@ import eu.etaxonomy.taxeditor.store.StoreUtil;
  * @author pplitzner
  * @since Sep 8, 2017
  */
-public class BulkEditorE4Composite extends Composite {
+public class BulkEditorComposite extends Composite {
 
     public static final String LABEL_CANDIDATE = "LABEL_CANDIDATE"; //$NON-NLS-1$
     public static final String LABEL_CANDIDATE_ICON = "LABEL_CANDIDATE_ICON"; //$NON-NLS-1$
@@ -127,7 +127,7 @@ public class BulkEditorE4Composite extends Composite {
     private IEventBroker eventBroker;
 
 
-    public BulkEditorE4Composite(BulkEditor bulkEditor, Composite parent, int style) {
+    public BulkEditorComposite(BulkEditor bulkEditor, Composite parent, int style) {
         super(parent, style);
         parent.setLayout(new GridLayout());
         this.bulkEditor = bulkEditor;