Split Restconf implementations (draft02 and RFC) - tests
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / netconf / sal / streams / listeners / NotificationListenerTest.java
index fc0a66ad398eb18dc5a41d23a54289cd9ce28901..920d7e02491f0b16365bdfaa2181fe6f9e154ec1 100644 (file)
@@ -53,7 +53,7 @@ public class NotificationListenerTest {
         try {
             MODULE = QNameModule.create(URI.create("notifi:mod"),
                 SimpleDateFormatUtil.getRevisionFormat().parse("2016-11-23"));
-        } catch (ParseException e) {
+        } catch (final ParseException e) {
             throw new ExceptionInInitializerError(e);
         }
     }