Revision 9bfdcf39
Added by Patrick Plitzner over 7 years ago
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
Return correct match strategy #5337