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:
Richard G. Curtis 2010-10-06 13:15:39 +00:00
parent 54bef663e7
commit 426dce3867
1 changed files with 0 additions and 3 deletions

View File

@ -128,9 +128,6 @@ public class CacheStatisticsImpl implements CacheStatisticsSPI {
if (!enabled) {
return;
}
if (cls == null) {
throw new RuntimeException("Snap! newGet will null cls Name");
}
cls = (cls == null) ? Object.class : cls;
addSample(cls, READ);
if (hit) {