Rename static final variable 'logger' to 'LOG'
[lispflowmapping.git] / mappingservice / northbound / src / main / java / org / opendaylight / lispflowmapping / northbound / AuthKeyNB.java
index bfffce8adbe6913d62c9c4a4be9a9233cebb40da..0742b347891c66b4bf42faee83c7c85df23e10b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -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
+
+
+
+}