OPENJPA-559 set SerialVersionUID to a value compatible with previous releases.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@657813 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-05-19 12:43:34 +00:00
parent b4ac7e2f41
commit 8c756bf655
1 changed files with 1 additions and 1 deletions

View File

@ -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);