UTIL Code Clean Up
[bgpcep.git] / util / src / test / java / org / opendaylight / protocol / util / ByteBufWriteUtilTest.java
index ed6a3d513696ec1e3d63482c73c59e3773217016..e6e9b13c9ea570c21808a8c02f8df9283185b9b0 100644 (file)
@@ -242,7 +242,7 @@ public class ByteBufWriteUtilTest {
         c.setAccessible(true);
         try {
             c.newInstance();
-        } catch (InvocationTargetException e) {
+        } catch (final InvocationTargetException e) {
             throw e.getCause();
         }
     }