Mass remove trailing spaces
[lispflowmapping.git] / mappingservice / northbound / src / main / java / org / opendaylight / lispflowmapping / northbound / AuthKeyNB.java
index 07ffc05d02fbc215b9716b921a3b2c9ce7929333..4584b6494b8d139921841fd356dff34f600ec633 100644 (file)
@@ -18,14 +18,14 @@ import org.opendaylight.lispflowmapping.type.lisp.address.LispAddressGeneric;
 @XmlAccessorType(XmlAccessType.NONE)
 
 public class AuthKeyNB {
-       
+
+
        @XmlElement
        String key;
-       
+
        @XmlElement
        int maskLength;
-       
+
        @XmlElement
        LispAddressGeneric address;
 
@@ -36,7 +36,7 @@ public class AuthKeyNB {
        public void setKey(String key) {
                this.key = key;
        }
-       
+
        public int getMaskLength() {
                return maskLength;
        }
@@ -56,7 +56,7 @@ public class AuthKeyNB {
 
 
 
-       
-    
-    
+
+
+
 }
\ No newline at end of file