OPENJPA-1901: QueryCacheStoreQuery CachedObjectId is not Serializable

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1240341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2012-02-03 21:13:27 +00:00
parent 7b94014ca4
commit 52f9ae6718
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;