Project

General

Profile

« Previous | Next » 

Revision 9bfdcf39

Added by Patrick Plitzner over 8 years ago

Return correct match strategy #5337

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/match/MatchStrategyConfigurator.java
59 59
	 * @return a {@link eu.etaxonomy.cdm.strategy.match.IMatchStrategy} object.
60 60
	 */
61 61
	public static IMatchStrategy TeamOrPersonMatchStrategy() throws MatchException{
62
		return null;// PreferencesUtil.getMatchStrategy(TeamOrPersonBase.class);
62
		return getDefaultTeamOrPersonMatchStrategy();// PreferencesUtil.getMatchStrategy(TeamOrPersonBase.class);
63 63
	}
64 64

  
65 65
	/**

Also available in: Unified diff