ref #9448: remove E4 from file names - bulkeditor continue
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / e4 / BulkEditorPropertyAccessor.java
index 08ca6bc777253993193b0042ef0564c9acf2265b..6ea0df391eb815e791213697f0b398650b1d1ea7 100644 (file)
@@ -21,9 +21,9 @@ import eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput;
 public class BulkEditorPropertyAccessor implements IColumnPropertyAccessor<CdmBase> {
 
         private AbstractBulkEditorInput<CdmBase> input;
-        private BulkEditorE4Composite bulkEditorComposite;
+        private BulkEditorComposite bulkEditorComposite;
 
-        public BulkEditorPropertyAccessor(BulkEditorE4Composite bulkEditorComposite, AbstractBulkEditorInput<CdmBase> input) {
+        public BulkEditorPropertyAccessor(BulkEditorComposite bulkEditorComposite, AbstractBulkEditorInput<CdmBase> input) {
             super();
             this.input = input;
             this.bulkEditorComposite = bulkEditorComposite;