Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationActionBarAdvisor.java
14 14
 * new actions.
15 15
 *
16 16
 * @author n.hoffmann
17
 * @version $Id: $
18 17
 */
19 18
public class ApplicationActionBarAdvisor extends ActionBarAdvisor {
20 19

  
......
30 29
		super(configurer);
31 30
	}
32 31

  
33
	/** {@inheritDoc} */
34
	protected void makeActions(final IWorkbenchWindow window) {
32
	@Override
33
    protected void makeActions(final IWorkbenchWindow window) {
35 34
		StoreUtil.setStatusLineManager(getActionBarConfigurer().getStatusLineManager());
36
		
35

  
37 36
		saveAction = ActionFactory.SAVE.create(window);
38 37
		register(saveAction);
39 38

  

Also available in: Unified diff