Project

General

Profile

« Previous | Next » 

Revision 61c51c84

Added by Patrick Plitzner about 7 years ago

ref #4611 i18n for taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/ChangeHomotypicGroupOperation.java
62 62
		this.synonym = synonym;
63 63
		if(synonym == null){
64 64
			throw new IllegalArgumentException(
65
					"A null synonym was provided.");
65
					"A null synonym was provided."); //$NON-NLS-1$
66 66
		}
67 67

  
68 68
		this.oldHomotypicalGroup = synonym.getHomotypicGroup();

Also available in: Unified diff