OPENJPA-1901: QueryCacheStoreQuery CachedObjectId is not Serializable

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2012-02-03 18:34:30 +00:00
parent a666c1d14b
commit 52ea95686b
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ public class QueryCacheStoreQuery
/**
* Struct to recognize cached oids.
*/
private static class CachedObjectId {
private static class CachedObjectId implements java.io.Serializable {
public final Object oid;