mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Forgot to make NullMarkerValue Serializable
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -726,8 +726,9 @@ public class TransactionalCache<K extends Serializable, V extends Object>
|
||||
*
|
||||
* @author Derek Hulley
|
||||
*/
|
||||
public static class NullValueMarker
|
||||
public static class NullValueMarker implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = -8384777298845693563L;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user