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 }