mirror of https://github.com/apache/openjpa.git
OPENJPA-1045 remove system.out.format eyecatcher
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@771348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c2e78149d
commit
6a36d55398
|
@ -524,9 +524,6 @@ public abstract class AbstractDataCache
|
|||
*/
|
||||
public boolean isCacheableType(String classname) {
|
||||
boolean rval = true;
|
||||
if(rval) {
|
||||
System.out.format("ABDC");
|
||||
}
|
||||
if (_includedTypes != null && ! _includedTypes.isEmpty()) {
|
||||
if(!_includedTypes.contains(classname)) {
|
||||
rval = false;
|
||||
|
|
Loading…
Reference in New Issue