Project

General

Profile

« Previous | Next » 

Revision a8124871

Added by Patrick Plitzner over 8 years ago

Fixed persistency of Matching preferences #5337

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/matching/ReferenceMatchingPreference.java
19 19
import eu.etaxonomy.taxeditor.model.MessagingUtils;
20 20

  
21 21
/**
22
 * <p>ReferenceMatchingPreference class.</p>
23
 *
24 22
 * @author n.hoffmann
25 23
 * @created Jan 22, 2010
26 24
 * @version 1.0
27 25
 */
28 26
public class ReferenceMatchingPreference extends AbstractMatchingPreferences<Reference> {
29 27

  
30
	/* (non-Javadoc)
31
	 * @see org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)
32
	 */
33 28
	/** {@inheritDoc} */
34 29
	@Override
35 30
    public void init(IWorkbench workbench) {
31
	    super.init(workbench);
36 32
		clazz = Reference.class;
37 33

  
38 34
		try {
......
43 39
		}
44 40
	}
45 41

  
46
	/* (non-Javadoc)
47
	 * @see eu.etaxonomy.taxeditor.preference.matching.AbstractMatchingPreferences#getDefaultMatchStrategy()
48
	 */
49 42
	/** {@inheritDoc} */
50 43
	@Override
51 44
	protected IMatchStrategy getDefaultMatchStrategy() throws MatchException {

Also available in: Unified diff