Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/ChangeSynonymToAcceptedTaxonHandler.java
37 37
import eu.etaxonomy.taxeditor.operations.IPostOperationEnabled;
38 38

  
39 39
/**
40
 * <p>ChangeSynonymToAcceptedTaxonHandler class.</p>
41
 *
40 42
 * @author n.hoffmann
41 43
 * @created 21.04.2009
42 44
 * @version 1.0
......
49 51
	/* (non-Javadoc)
50 52
	 * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
51 53
	 */
54
	/** {@inheritDoc} */
52 55
	public Object execute(ExecutionEvent event) throws ExecutionException {
53 56
		editor =  (MultiPageTaxonEditor) HandlerUtil.getActiveEditor(event);
54 57
		Shell shell = HandlerUtil.getActiveShell(event);
......
99 102
	/* (non-Javadoc)
100 103
	 * @see eu.etaxonomy.taxeditor.operations.IPostOperationEnabled#postOperation(eu.etaxonomy.cdm.model.common.CdmBase)
101 104
	 */
105
	/** {@inheritDoc} */
102 106
	public boolean postOperation(CdmBase objectAffectedByOperation) {
103 107
		
104 108
		// Redraw existing editor
......
131 135
		return true;
132 136
	}
133 137

  
138
	/**
139
	 * <p>onComplete</p>
140
	 *
141
	 * @return a boolean.
142
	 */
134 143
	public boolean onComplete() {
135 144
		// TODO Auto-generated method stub
136 145
		return false;

Also available in: Unified diff