Migrate from YangInstanceIdentifier.EMPTY
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / PrefixedShardConfigWriter.java
index 90c6f3b6b6d02bcda08d6277bc704962700f411d..dcb879bd0de29f0fabebfea856b6925532d8323c 100644 (file)
@@ -108,7 +108,7 @@ class PrefixedShardConfigWriter {
     boolean checkDefaultIsPresent() {
         final NodeIdentifierWithPredicates pag =
                 NodeIdentifierWithPredicates.of(ClusterUtils.SHARD_LIST_QNAME, ClusterUtils.SHARD_PREFIX_QNAME,
-                YangInstanceIdentifier.EMPTY);
+                YangInstanceIdentifier.empty());
 
         final YangInstanceIdentifier defaultId = ClusterUtils.SHARD_LIST_PATH.node(pag);