OPENJPA-559 : Add SerialVersionUID.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@644852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2008-04-04 19:43:36 +00:00
parent 690cb80eb9
commit 1b5aac791d
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ public class DetachedStateManager
extends AttachStrategy
implements OpenJPAStateManager, Serializable {
private static final long serialVersionUID = 6092198373388527556L;
private static final Localizer _loc = Localizer.forPackage
(DetachedStateManager.class);