Fix checkstyle violations in sal-common-api
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / routing / RouteChangeListener.java
index b3b6fe6ee93ba44a30abaf32028044c7c89d006f..7283cd4e3fe9a4ac8eb711978b11ca87ae75bbdf 100644 (file)
@@ -8,18 +8,17 @@
 package org.opendaylight.controller.md.sal.common.api.routing;
 
 import java.util.EventListener;
+
 /**
+ * Listener which is interested in receiving RouteChangeEvents for its local broker.
  *
- * Listener which is interested in receiving RouteChangeEvents
- * for its local broker.
  * <p>
- * Listener is registerd via {@link RouteChangePublisher#registerRouteChangeListener(RouteChangeListener)}
- *
+ * Listener is registered via {@link RouteChangePublisher#registerRouteChangeListener(RouteChangeListener)}
  *
  * @param <C> Type, which is used to represent Routing context.
  * @param <P> Type of data tree path, which is used to identify route.
  */
-public interface RouteChangeListener<C,P> extends EventListener {
+public interface RouteChangeListener<C, P> extends EventListener {
 
     /**
      * Callback which is invoked if there is an rpc routing table change.