Enforce checkstyle and findbug under PCE Api
[bgpcep.git] / pcep / testtool / src / main / java / org / opendaylight / protocol / pcep / testtool / TestingSessionListener.java
index 0599d6ad94bdff7ee210c703c90cbc26a7e3b8d8..261a0e1dac0f464119578a70cc1b7c2a4a04c804 100644 (file)
@@ -40,8 +40,8 @@ public class TestingSessionListener implements PCEPSessionListener {
     }
 
     @Override
-    public void onSessionDown(final PCEPSession session, final Exception e) {
-        LOG.debug("Session down. Cause : {} ", e, e);
+    public void onSessionDown(final PCEPSession session, final Exception exception) {
+        LOG.debug("Session down. Cause : {} ", exception, exception);
         this.up = false;
     }