Enforce checkstyle and findbug under PCE Api
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / SimpleSessionListener.java
index 4c3ba69252dba5f65107b8682231fd56d69e1740..ad3bdd66c045b5916f3b65a8aa36e3193bb3eab7 100644 (file)
@@ -46,8 +46,8 @@ public class SimpleSessionListener implements PCEPSessionListener {
     }
 
     @Override
-    public void onSessionDown(final PCEPSession session, final Exception e) {
-        LOG.debug("Session down.", e);
+    public void onSessionDown(final PCEPSession session, final Exception exception) {
+        LOG.debug("Session down.", exception);
         this.up = false;
         // this.notifyAll();
     }