Merge "Remove redundant exception declarations"
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / test / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / match / NshNpConvertorTest.java
index f838f77bbef97f82643a59109b15aceaf5274605..b8028103f7387127f596e568ba145bb65a9a50c0 100644 (file)
@@ -45,7 +45,7 @@ public class NshNpConvertorTest {
     private static final Short NP_VALUE = (short) 0x7B;
 
     @Before
-    public void setUp() throws Exception {
+    public void setUp() {
         NxmNxNshNp nxmNxNshNp = new NxmNxNshNpBuilder()
                 .setValue(NP_VALUE)
                 .build();