whitespace formatting fix 16/716/1
authorBrent.Salisbury <brent.salisbury@gmail.com>
Sat, 27 Jul 2013 00:47:33 +0000 (20:47 -0400)
committerBrent.Salisbury <brent.salisbury@gmail.com>
Sat, 27 Jul 2013 00:47:33 +0000 (20:47 -0400)
Signed-off-by: Brent.Salisbury <brent.salisbury@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/sal/configuration/IPluginInNetworkConfigurationService.java

index 69ce6d621a4b44a31662b2be95c2b5bdc244664d..2547369cb81b9879faec268a76b34a47a420634b 100755 (executable)
@@ -123,15 +123,15 @@ public interface IPluginInNetworkConfigurationService {
      * @return Bridge Connector configurations
      */
     public Map <String, String> getBridgeConnectorConfigs(Node node, String bridgeConnectorIdentifier);
-    
+
     /**
-     * Create a Bridge Domain
-     *
+     * Create a Port Attached to a Bridge 
+     * Ex. ovs-vsctl add-port br0 vif0
      * @param node Node serving this configuration service
      * @param bridgeDomainIdentifier String representation of a Bridge Domain
      * @param portIdentifier String representation of a user defined Port Name
      */
-       public boolean addPort(Node node, String bridgeIdentifier, String portIdentifier) throws Throwable;
+    public boolean addPort(Node node, String bridgeIdentifier, String portIdentifier) throws Throwable;
 
     /**
      * Generic Configuration Event/Command. It is not practically possible to define all the possible combinations