/* * Created on Jul 14, 2004 * * @author henkel@cs.colorado.edu * */ package bibtex; /** * @author henkel */ public class Assertions { public static final boolean ENABLE_EXPENSIVE_ASSERTIONS = true; }