mirror of https://github.com/apache/openjpa.git
OPENJPA-559. Ported Mike's fix to 1.1.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@657918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26dad2ab71
commit
4ab190fee2
|
@ -49,7 +49,7 @@ public class DetachedStateManager
|
|||
extends AttachStrategy
|
||||
implements OpenJPAStateManager, Serializable {
|
||||
|
||||
private static final long serialVersionUID = 6092198373388527556L;
|
||||
private static final long serialVersionUID = 4112223665584731100L;
|
||||
|
||||
private static final Localizer _loc = Localizer.forPackage
|
||||
(DetachedStateManager.class);
|
||||
|
|
Loading…
Reference in New Issue