aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr242797_1/base/src/bug/DuplicateStrategy.java
blob: 0cbedc9ca4906ada5441f9996f2265a3daf920d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Created on Aug 22, 2008
 */
package bug;


public enum DuplicateStrategy {
	
	COMBINE,
	BEST_MATCH

}