Fixing warnings in the sal sub-project.
[controller.git] / opendaylight / sal / api / src / test / java / org / opendaylight / controller / sal / core / NodeTableTest.java
index 57286fe1402c05dcd74f384cf4adba0c6f77a9a7..d01882369843c5bc11576a5ad02ef8614991634c 100644 (file)
@@ -16,6 +16,7 @@ public class NodeTableTest {
     public void testNodeTableOpenFlowOfWrongType() {
         try {
             Node node = NodeCreator.createOFNode((long) 20);
+            @SuppressWarnings("unused")
             NodeTable of1 = new NodeTable(NodeTable.NodeTableIDType.OPENFLOW, "name", node);
 
             // If we reach this point the exception was not raised