Do not allow overrides of onReceive{Command,Recover}
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / ShardManagerTest.java
index 7476ee2802706818b0237836625266ffcfa2efcd..bb80b2c273d859051a5db1b959bbf63830fa80b2 100644 (file)
@@ -1992,7 +1992,7 @@ public class ShardManagerTest extends AbstractActorTest {
         }
 
         @Override
-        public void handleRecover(Object message) throws Exception {
+        protected void handleRecover(Object message) throws Exception {
             try {
                 super.handleRecover(message);
             } finally {