Remove an unneeded suppression
[netvirt.git] / aclservice / impl / src / main / java / org / opendaylight / netvirt / aclservice / stats / AclLiveStatisticsHelper.java
index cb1b425c049e9e3acd67a08a737f49bb420a8f54..5ad04a1fd1dad7880a24769449c2ab8ca165bf8c 100644 (file)
@@ -310,7 +310,6 @@ public final class AclLiveStatisticsHelper {
      * @param dpId the dp id
      * @return the node ref
      */
-    @SuppressWarnings("deprecation")
     private static NodeRef buildNodeRef(BigInteger dpId) {
         return new NodeRef(InstanceIdentifier.builder(Nodes.class)
                 .child(Node.class, new NodeKey(new NodeId("openflow:" + dpId))).build());