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