Project

General

Profile

« Previous | Next » 

Revision 843eefc4

Added by Katja Luther almost 3 years ago

ref #9448: remove E4 from file names - bulkeditor package

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4Composite.java
120 120

  
121 121
    private ListDataProvider<CdmBase> bodyDataProvider;
122 122

  
123
    private BulkEditorE4 bulkEditor;
123
    private BulkEditor bulkEditor;
124 124
    private BulkEditorSearchE4 bulkEditorSearch;
125 125

  
126 126
    @Inject
127 127
    private IEventBroker eventBroker;
128 128

  
129 129

  
130
    public BulkEditorE4Composite(BulkEditorE4 bulkEditor, Composite parent, int style) {
130
    public BulkEditorE4Composite(BulkEditor bulkEditor, Composite parent, int style) {
131 131
        super(parent, style);
132 132
        parent.setLayout(new GridLayout());
133 133
        this.bulkEditor = bulkEditor;

Also available in: Unified diff