Checkstyle enforcer
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / SetNwSrc.java
index 5595b610de6f153cd3fbea6b8e46039ceadfaaea..c57f1a53a96b4dde4ffcb9c638fb202fc20d3367 100644 (file)
@@ -38,7 +38,7 @@ public class SetNwSrc extends Action {
     /**
      * Returns the network address this action will set
      *
-     * @return InetAddress
+     * @return  InetAddress
      */
     public InetAddress getAddress() {
         return address;
@@ -46,7 +46,7 @@ public class SetNwSrc extends Action {
 
     @XmlElement (name="address")
     public String getAddressAsString() {
-       return address.getHostAddress();
+        return address.getHostAddress();
     }
 
     @Override