mirror of https://github.com/apache/openjpa.git
OPENJPA-703: correct comment
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@794069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c155c9ee2f
commit
229cb12699
|
@ -120,8 +120,7 @@ public class PreparedQueryCacheImpl implements PreparedQueryCache {
|
|||
}
|
||||
_delegate.put(id, q);
|
||||
if (_log != null && _log.isTraceEnabled())
|
||||
_log.trace(_loc.get("prepared-query-cached", id,
|
||||
q.getTargetQuery()));
|
||||
_log.trace(_loc.get("prepared-query-cached", id);
|
||||
return true;
|
||||
} finally {
|
||||
unlock();
|
||||
|
|
|
@ -117,7 +117,7 @@ strong-exclusion: excluded permanently
|
|||
weak-exclusion: excluded temporarily
|
||||
prepared-query-excluded-by-user: because matches user specified exclusion \
|
||||
pattern "{0}"
|
||||
prepared-query-cached: Query "{0}" is cached as target query "{1}"
|
||||
prepared-query-cached: Query "{0}" is cached."
|
||||
prepared-query-not-cachable: Query "{0}" is not fit for caching.
|
||||
prepared-query-invalidate: Query "{0}" is invalidated and removed from cache.
|
||||
prepared-query-uncache: Query "{0}" is removed from cache {1}.
|
||||
|
|
Loading…
Reference in New Issue