mirror of https://github.com/apache/openjpa.git
OPENJPA-1801: Remove debug.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1005016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54bef663e7
commit
426dce3867
|
@ -128,9 +128,6 @@ public class CacheStatisticsImpl implements CacheStatisticsSPI {
|
||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (cls == null) {
|
|
||||||
throw new RuntimeException("Snap! newGet will null cls Name");
|
|
||||||
}
|
|
||||||
cls = (cls == null) ? Object.class : cls;
|
cls = (cls == null) ? Object.class : cls;
|
||||||
addSample(cls, READ);
|
addSample(cls, READ);
|
||||||
if (hit) {
|
if (hit) {
|
||||||
|
|
Loading…
Reference in New Issue