Project

General

Profile

« Previous | Next » 

Revision ae137b34

Added by Patrick Plitzner about 7 years ago

ref #4611 some l10n for taxeditor and taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/OpenParentHandler.java
25 25

  
26 26
	/** {@inheritDoc} */
27 27
	public Object execute(ExecutionEvent event) throws ExecutionException {
28
		throw new RuntimeException("Open parent not supported anymore");
28
		throw new RuntimeException("Open parent not supported anymore"); //$NON-NLS-1$
29 29
//		Taxon parent = EditorUtil.getActiveMultiPageTaxonEditor().getTaxon().getTaxonomicParent();
30 30
//		
31 31
//		if(parent != null){

Also available in: Unified diff