Project

General

Profile

« Previous | Next » 

Revision 324d38f7

Added by Alex Theys about 12 years ago

AT: committing latest changes to the Tax Editor after a first round of Code review

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/uses/operation/DeleteUseRecordOperation.java
1 1
package eu.etaxonomy.taxeditor.editor.view.uses.operation;
2 2

  
3

  
3 4
import org.eclipse.core.commands.ExecutionException;
4 5
import org.eclipse.core.commands.operations.IUndoContext;
5 6
import org.eclipse.core.runtime.IAdaptable;
......
12 13
import eu.etaxonomy.taxeditor.operation.IPostOperationEnabled;
13 14
import eu.etaxonomy.taxeditor.store.StoreUtil;
14 15

  
16
/**
17
 * The context manager mediates context start/stop and workbench shutdowns to all registered listeners.
18
 *
19
 * @author a.theys	
20
 * @created mar 13, 2012
21
 * @version 1.0
22
 */
15 23
public class DeleteUseRecordOperation extends AbstractPostOperation {
16 24
	private DescriptionElementBase element;
17 25
	private DescriptionBase description = null;

Also available in: Unified diff