BUG-50 : fixed several bugs in parsing.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / PCEPDispatcherImpl.java
index f89990ed726ebb145b352e131bd77380747323b8..686c0d86ba84b66d74b15eedb61819d9ee96b1af 100644 (file)
@@ -56,7 +56,7 @@ public class PCEPDispatcherImpl extends AbstractDispatcher<PCEPSessionImpl, PCEP
                });
        }
 
-       @Override
-               public void close() throws Exception {
-       }
+    @Override
+    public void close() {
+    }
 }