matcher matchingalgorithm needs springbean name <name> in order to work with production

This commit is contained in:
Fredrik Friis 2012-03-29 13:06:44 +09:00
parent 1cea8e5745
commit 1ccfb582b8

@ -29,7 +29,7 @@ public class Matcher implements Serializable {
private ProjectIdeaDao projectIdeaDao;
//@SpringBean(name="MatchAllDummyMatchingAlgorithm")
// @SpringBean(name="GreedyMatchingAlgorithm")
@SpringBean(name="GreedyMatchingAlgorithm")
@Autowired
private MatchingAlgorithm matchingAlgorithm;