Turned debug constant off.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd87113102
commit
0363b6f7d3
|
@ -82,11 +82,11 @@ import org.apache.commons.lang.StringUtils;
|
|||
* @author Gregor Raýman
|
||||
* @author Jan Sorensen
|
||||
* @author Robert Burrell Donkin
|
||||
* @version $Id: MethodUtils.java,v 1.3 2002/11/18 22:18:44 rdonkin Exp $
|
||||
* @version $Id: MethodUtils.java,v 1.4 2002/11/18 23:00:26 rdonkin Exp $
|
||||
*/
|
||||
public class MethodUtils {
|
||||
|
||||
public static final boolean debug = true;
|
||||
public static final boolean debug = false;
|
||||
|
||||
/** An empty method array */
|
||||
public static final Method[] EMPTY_METHOD_ARRAY = new Method[0];
|
||||
|
|
Loading…
Reference in New Issue