Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/dnd/NameEditorDragSourceEffect.java
9 9

  
10 10
/**
11 11
 * @author n.hoffmann
12
 * @version $Id: $
13 12
 */
14 13
public class NameEditorDragSourceEffect extends DragSourceEffect {
15 14

  
......
17 16
		super(control);
18 17
	}
19 18

  
20
	/** {@inheritDoc} */
21 19
	@Override
22 20
	public void dragStart(DragSourceEvent event) {
23 21
		super.dragStart(event);
24 22
	}
25 23

  
26
	/** {@inheritDoc} */
27 24
	@Override
28 25
	public void dragFinished(DragSourceEvent event) {
29 26
		super.dragFinished(event);

Also available in: Unified diff