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:
Pinaki Poddar 2009-07-14 21:32:42 +00:00
parent 229cb12699
commit 6dd615ebc3
1 changed files with 1 additions and 1 deletions

View File

@ -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();