Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
65 65
import eu.etaxonomy.taxeditor.workbench.part.IE4SavablePart;
66 66

  
67 67
/**
68
 *
69 68
 * @author pplitzner
70 69
 * @since Sep 8, 2017
71
 *
72 70
 */
73 71
public class BulkEditorE4 implements IPartContentHasDetails, IConversationEnabled, IPostOperationEnabled,
74 72
        IDirtyMarkable, IDerivedUnitFacadePart, IPartContentHasFactualData,
......
98 96
    public BulkEditorE4() {
99 97
	}
100 98

  
101
	@SuppressWarnings("unused")
102 99
    public void init(AbstractBulkEditorInput<?> input){
103 100
	    this.input = input;
104 101
	    this.conversation = input.getConversation();
......
107 104
	    bulkEditorComposite.init(input);
108 105
	}
109 106

  
110
	/** {@inheritDoc} */
111 107
	@PostConstruct
112 108
	public void createPartControl(Composite parent, IEclipseContext context) {
113 109
	    bulkEditorComposite = new BulkEditorE4Composite(this, parent, SWT.NONE);
......
314 310
        return null;
315 311
    }
316 312

  
317
    /**
318
     * {@inheritDoc}
319
     */
320 313
    @Override
321 314
    public void update() {
322 315
        input.performSearch(lastQuery, getSelection());

Also available in: Unified diff