OPENJPA-1901: QueryCacheStoreQuery CachedObjectId is not Serializable

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1240247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2012-02-03 17:02:44 +00:00
parent 9b5ab6c67b
commit 371af37117
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,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;