mirror of https://github.com/apache/openjpa.git
OPENJPA-1986: Remove newly added serialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1141158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01082363b7
commit
c8c6c9d68c
|
@ -52,10 +52,7 @@ import org.apache.openjpa.util.UserException;
|
|||
* on the held field.
|
||||
*/
|
||||
class SingleFieldManager extends TransferFieldManager implements Serializable {
|
||||
private static final long serialVersionUID = -6205985063476549150L;
|
||||
|
||||
private static final Localizer _loc = Localizer.forPackage
|
||||
(SingleFieldManager.class);
|
||||
private static final Localizer _loc = Localizer.forPackage(SingleFieldManager.class);
|
||||
|
||||
private final StateManagerImpl _sm;
|
||||
private final BrokerImpl _broker;
|
||||
|
|
Loading…
Reference in New Issue