Bug 3161: Remove serialVersionUID to maintain backwards compatibility 67/19967/2
authorTom Pantelis <tpanteli@brocade.com>
Fri, 8 May 2015 20:32:41 +0000 (16:32 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 12 May 2015 18:37:14 +0000 (18:37 +0000)
commit0dd3756434941ff5635a3a3bc60a2f0b59338c1c
treee3c63c76eaed9ea0b7ed1f970a2926417fe6e681
parent38c80b0fc0c559aabd0a8dce59dd99deab1c3418
Bug 3161: Remove serialVersionUID to maintain backwards compatibility

The serialVersionUID field was added earlier in Lithium for
RaftActor.DeleteEntries and RaftActor.UpdateElectionTerm however it
breaks backwards compatibility. We need to remove serialVersionUID.

DeleteEntries has already been deprecated for a new class that has
serialVersionUID set and is not an inner class. I will do that same for
UpdateElectionTerm in another patch.

Change-Id: I8180de5865d89d3fea190e48ebeb825743af959d
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/RaftActor.java