/* * @(#)$Id: Debug.java,v 1.4 2001/08/07 19:18:57 Bear Exp $ * * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. * * This software is the proprietary information of Sun Microsystems, Inc. * Use is subject to license terms. * */ package com.sun.msv.driver.textui; public class Debug { public static boolean debug = System.getProperty("DEBUG_SUN_MSV")!=null; }