Project

General

Profile

« Previous | Next » 

Revision 4d8c9172

Added by Patrick Plitzner over 5 years ago

ref #7887 code cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/editor/definedterm/operation/CreateTermVocabularyOperation.java
34 34

  
35 35
	private final TermEditorInput definedEditorInput;
36 36

  
37
	/**
38
	 * @param label
39
	 * @param undoContext
40
	 * @param postOperationEnabled
41
	 */
42 37
	public CreateTermVocabularyOperation(String label,
43 38
			IUndoContext undoContext,
44 39
			TermEditorInput definedEditorInput,
......
47 42
		this.definedEditorInput = definedEditorInput;
48 43
	}
49 44

  
50
	/* (non-Javadoc)
51
	 * @see org.eclipse.core.commands.operations.AbstractOperation#execute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
52
	 */
53 45
	@Override
54 46
	public IStatus execute(IProgressMonitor monitor, IAdaptable info)
55 47
			throws ExecutionException {
......
81 73
		return postExecute(termVocabulary);
82 74
	}
83 75

  
84
	/* (non-Javadoc)
85
	 * @see org.eclipse.core.commands.operations.AbstractOperation#redo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
86
	 */
87 76
	@Override
88 77
	public IStatus redo(IProgressMonitor monitor, IAdaptable info)
89 78
			throws ExecutionException {
90
		// TODO Auto-generated method stub
91 79
		return null;
92 80
	}
93 81

  
94
	/* (non-Javadoc)
95
	 * @see org.eclipse.core.commands.operations.AbstractOperation#undo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
96
	 */
97 82
	@Override
98 83
	public IStatus undo(IProgressMonitor monitor, IAdaptable info)
99 84
			throws ExecutionException {
100
		// TODO Auto-generated method stub
101 85
		return null;
102 86
	}
103 87

  

Also available in: Unified diff