Fixing warnings in the sal sub-project.
[controller.git] / opendaylight / sal / api / src / test / java / org / opendaylight / controller / sal / packet / address / EthernetAddressTest.java
index c5703776a3aa69f3c32100f8fffb4db0b400f9a3..e20e22a1819dc034a9db0ac01be4a37b6e241966 100644 (file)
@@ -23,6 +23,7 @@ import org.opendaylight.controller.sal.core.ConstructionException;
 public class EthernetAddressTest {
     @Test
     public void testNonValidConstructor() {
+        @SuppressWarnings("unused")
         EthernetAddress ea1;
         // Null input array
         try {