Merge "Remove redundant exception declarations"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / MultipartReplyMeterFeaturesDeserializerTest.java
index c8525c17d7d7cb62652252f44de34e0c570c6f31..db377096f89f4a964f8ebd67c4fd4bbeece6f092 100644 (file)
@@ -35,7 +35,7 @@ public class MultipartReplyMeterFeaturesDeserializerTest extends AbstractMultipa
     private static final byte MAX_COLOR = 48;
 
     @Test
-    public void deserialize() throws Exception {
+    public void deserialize() {
         ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         buffer.writeInt(MAX_METER);