X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Finternal%2FReadServiceFilter.java;h=22e8a4dc74eb897847c0d2835f9060f3f506ea01;hb=c7388fec7184e926b4f6c446cedfbc6dd0bb6895;hp=bcb01b1392ac8661f2ee6aeb3db5e34c47362a41;hpb=7e760258c7948cbaa326a145291c424c8fe0f13b;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/ReadServiceFilter.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/ReadServiceFilter.java index bcb01b1392..22e8a4dc74 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/ReadServiceFilter.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/ReadServiceFilter.java @@ -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