mirror of https://github.com/apache/openjpa.git
OPENJPA-559 : Add SerialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@644853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0577674fe3
commit
30878191e1
|
@ -49,6 +49,8 @@ public class DetachedStateManager
|
||||||
extends AttachStrategy
|
extends AttachStrategy
|
||||||
implements OpenJPAStateManager, Serializable {
|
implements OpenJPAStateManager, Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 6092198373388527556L;
|
||||||
|
|
||||||
private static final Localizer _loc = Localizer.forPackage
|
private static final Localizer _loc = Localizer.forPackage
|
||||||
(DetachedStateManager.class);
|
(DetachedStateManager.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue