Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / util / DeserializerExceptionHandler.java
index d02fe9848004f60eb13fbc78b2794e87d1970c5f..ad996748566d1bb7e06478dc2e40a0e734e34006 100644 (file)
@@ -37,7 +37,7 @@ public final class DeserializerExceptionHandler implements ChannelHandler {
         handleDeserializerException(ctx, cause);
     }
 
-    private void handleDeserializerException(final ChannelHandlerContext ctx, final Throwable cause) {
+    private static void handleDeserializerException(final ChannelHandlerContext ctx, final Throwable cause) {
 
         final Map<String, String> info = Maps.newHashMap();
         info.put("cause", cause.getMessage());