Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/matching/NonViralNameMatchingPreference.java
19 19
import eu.etaxonomy.taxeditor.store.StoreUtil;
20 20

  
21 21
/**
22
 * <p>NonViralNameMatchingPreference class.</p>
23
 *
22 24
 * @author n.hoffmann
23 25
 * @created Jan 22, 2010
24 26
 * @version 1.0
......
28 30
	/* (non-Javadoc)
29 31
	 * @see org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)
30 32
	 */
33
	/** {@inheritDoc} */
31 34
	public void init(IWorkbench workbench) {
32 35
		clazz = NonViralName.class;
33 36
		
......
42 45
	/* (non-Javadoc)
43 46
	 * @see eu.etaxonomy.taxeditor.preference.matching.AbstractMatchingPreferences#getDefaultMatchStrategy()
44 47
	 */
48
	/** {@inheritDoc} */
45 49
	@Override
46 50
	protected IMatchStrategy getDefaultMatchStrategy() throws MatchException {
47 51
		return MatchStrategyConfigurator.getDefaultNonViralNameMatchStrategy();

Also available in: Unified diff