Bug 4105: Implement DistributedEntityOwnershipService#registerCandidate
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / entityownership / EntityOwnershipShardPropsCreator.java
index 2335d2948b2e07ba53c2740266d1a8c16d8275e6..e28db39456451aa0b4a8ee563c3929fb0dcf48e2 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
  *
  * @author Thomas Pantelis
  */
-public class EntityOwnershipShardPropsCreator implements ShardPropsCreator {
+class EntityOwnershipShardPropsCreator implements ShardPropsCreator {
 
     @Override
     public Props newProps(ShardIdentifier shardId, Map<String, String> peerAddresses,