Revert "Checkstyle enforcer"
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / internal / ReadServiceFilter.java
index 22e8a4dc74eb897847c0d2835f9060f3f506ea01..bcb01b1392ac8661f2ee6aeb3db5e34c47362a41 100644 (file)
@@ -284,9 +284,9 @@ public class ReadServiceFilter implements IPluginReadServiceFilter,
     /**
      * Returns whether the passed NodeConnector belongs to the container
      *
-     * @param container container name
-     * @param p     node connector to test
-     * @return          true if belongs false otherwise
+     * @param container        container name
+     * @param p                node connector to test
+     * @return                 true if belongs false otherwise
      */
     public boolean containerOwnsNodeConnector(String container, NodeConnector p) {
         // All node connectors belong to the default container
@@ -300,9 +300,9 @@ public class ReadServiceFilter implements IPluginReadServiceFilter,
     /**
      * Returns whether the passed NodeConnector belongs to the container
      *
-     * @param container container name
-     * @param table     node table to test
-     * @return          true if belongs false otherwise
+     * @param container        container name
+     * @param table            node table to test
+     * @return                 true if belongs false otherwise
      */
     public boolean containerOwnsNodeTable(String container, NodeTable table) {
         // All node table belong to the default container