The argument reference was not updated, fix that.
Change-Id: Ib35ed59105c7090291c733725c8a85d384a1a288
Signed-off-by: Robert Varga <rovarga@cisco.com>
/**
* Applies a recovered snapshot to the data store.
*
- * @param snapshotBytes the serialized snapshot
+ * @param snapshotState the serialized snapshot
*/
@Override
@SuppressWarnings("checkstyle:IllegalCatch")
@Override
@Deprecated
- public State deserializePreCarbonSnapshot(byte[] from) {
+ public State deserializePreCarbonSnapshot(final byte[] from) {
try {
return new ShardSnapshotState(ShardDataTreeSnapshot.deserializePreCarbon(from));
} catch (IOException e) {
©2013 OpenDaylight, A Linux Foundation Collaborative Project. All Rights Reserved.
OpenDaylight is a registered trademark of The OpenDaylight Project, Inc.
Linux Foundation and OpenDaylight are registered trademarks of the Linux Foundation.
Linux is a registered trademark of Linus Torvalds.