com.mchange.v2.c3p0.impl.Debug Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.c3p0
Show all versions of org.apache.servicemix.bundles.c3p0
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
/********************************************************************
* This class generated by com.mchange.v2.debug.DebugGen
* and will probably be overwritten by the same! Edit at
* YOUR PERIL!!! Hahahahaha.
********************************************************************/
package com.mchange.v2.c3p0.impl;
import com.mchange.v2.debug.DebugConstants;
final class Debug implements DebugConstants
{
final static boolean DEBUG = true;
final static int TRACE = TRACE_MED;
private Debug()
{}
}