mirror of https://github.com/apache/openjpa.git
OPENJPA-703: correct comment
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@794075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
229cb12699
commit
6dd615ebc3
|
@ -120,7 +120,7 @@ public class PreparedQueryCacheImpl implements PreparedQueryCache {
|
||||||
}
|
}
|
||||||
_delegate.put(id, q);
|
_delegate.put(id, q);
|
||||||
if (_log != null && _log.isTraceEnabled())
|
if (_log != null && _log.isTraceEnabled())
|
||||||
_log.trace(_loc.get("prepared-query-cached", id);
|
_log.trace(_loc.get("prepared-query-cached", id));
|
||||||
return true;
|
return true;
|
||||||
} finally {
|
} finally {
|
||||||
unlock();
|
unlock();
|
||||||
|
|
Loading…
Reference in New Issue