Fix missing return in applySnapshot() 79/115079/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 2 Feb 2025 13:30:38 +0000 (14:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 2 Feb 2025 13:30:38 +0000 (14:30 +0100)
commit388be0856d34cbd4600246535cd3ce0f394ebf46
treed3f9dee837f3f5de161ec874c4629ef07c62bf15
parent95108fee8f3fc50f8dfd1ded6a859265eabcd5b2
Fix missing return in applySnapshot()

The log indicates we are about the ignore a payload -- but then we
continue, leading to a CCE. Fix it by adding a return statement.

Change-Id: Ieffa2bdd98611cba0905659c59a4c287353465f8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardSnapshotCohort.java