/* * Created on Aug 22, 2008 */ package bug; public enum DuplicateStrategy { COMBINE, BEST_MATCH }