Project

General

Profile

« Previous | Next » 

Revision ec574f77

Added by Andreas Müller almost 8 years ago

Remove generics from Reference in TaxEditor #5830

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/DeleteMisapplicationOperation.java
31 31
 *
32 32
 * @author p.ciardelli
33 33
 * @created 16.01.2009
34
 * @version 1.0
35 34
 */
36 35
public class DeleteMisapplicationOperation extends AbstractPostTaxonOperation {
37 36

  
38 37
	private final Taxon misapplication;
39 38

  
40
	private Reference<?> citation;
39
	private Reference citation;
41 40

  
42 41
	private String microcitation;
43 42

  
......
93 92
		return postExecute(null);
94 93
	}
95 94

  
96
	/* (non-Javadoc)
97
	 * @see org.eclipse.core.commands.operations.AbstractOperation#redo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
98
	 */
99 95
	/** {@inheritDoc} */
100 96
	@Override
101 97
	public IStatus redo(IProgressMonitor monitor, IAdaptable info)
......
103 99
		return execute(monitor, info);
104 100
	}
105 101

  
106
	/* (non-Javadoc)
107
	 * @see org.eclipse.core.commands.operations.AbstractOperation#undo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
108
	 */
109 102
	/** {@inheritDoc} */
110 103
	@Override
111 104
	public IStatus undo(IProgressMonitor monitor, IAdaptable info)

Also available in: Unified diff