Fix FindBugs warnings in sal-distributed-datastore and enable enforcement
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DistributedDataStore.java
index cb6d44dd9264db8a0c1198cee2b2406adbde5f46..8bfad09ed883094b65ddff51e134f76810281389 100644 (file)
@@ -98,7 +98,7 @@ public class DistributedDataStore implements DistributedDataStoreInterface, Sche
 
         ShardManagerCreator creator = new ShardManagerCreator().cluster(cluster).configuration(configuration)
                 .datastoreContextFactory(datastoreContextFactory)
-                .waitTillReadyCountdownLatch(waitTillReadyCountDownLatch)
+                .waitTillReadyCountDownLatch(waitTillReadyCountDownLatch)
                 .primaryShardInfoCache(primaryShardInfoCache)
                 .restoreFromSnapshot(restoreFromSnapshot);