blob: 0053b08ecc53c0ea36d4afd312d1108c71804a9e [file] [log] [blame]
//------------------------------------------------------------------------------
//Copyright (c) 2004, 2011 IBM Corporation. All Rights Reserved.
//------------------------------------------------------------------------------
package org.eclipse.epf.web.search.utils;
public interface DebugUtil {
public static final boolean DEBUG = false;
}