Checkstyle enforcer
[controller.git] / opendaylight / switchmanager / api / src / main / java / org / opendaylight / controller / switchmanager / ISpanAware.java
index af1ab1cc7bfad197eb42e3575a033681357fc049..1e4a79fcc00a147a0b31a29bc08b5c07540705fb 100644 (file)
@@ -22,9 +22,9 @@ public interface ISpanAware {
     /**
      * This method is called when list of ports in a node are added/deleted as span ports.
      *
-     * @param node             {@link org.opendaylight.controller.sal.core.Node} being updated
-     * @param portList list of span {@link org.opendaylight.controller.sal.core.NodeConnector}
-     * @param add              true if add; false if delete.
+     * @param node      {@link org.opendaylight.controller.sal.core.Node} being updated
+     * @param portList  list of span {@link org.opendaylight.controller.sal.core.NodeConnector}
+     * @param add       true if add; false if delete.
      */
     public void spanUpdate(Node node, List<NodeConnector> portList, boolean add);
 }
\ No newline at end of file