Checkstyle: fix issues and enforce on lisp-proto
[lispflowmapping.git] / mappingservice / lisp-proto / src / main / java / org / opendaylight / lispflowmapping / lisp / util / SourceDestKeyHelper.java
index fc530a36c57201f937bbc841031695d826fe4518..1c1083837ae6c853dbfac546ceb7cb12b48f80f9 100644 (file)
@@ -15,6 +15,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
+ * Helper methods for Source/Dest Key type LCAF addresses.
+ *
  * @author Lorand Jakab
  *
  */
@@ -24,7 +26,8 @@ public final class SourceDestKeyHelper {
     private SourceDestKeyHelper() {
     }
 
-    private final static Logger LOG = LoggerFactory.getLogger(SourceDestKeyHelper.class);
+    private static final Logger LOG = LoggerFactory.getLogger(SourceDestKeyHelper.class);
+
     public static Eid getSrc(Eid eid) {
         Address addr = eid.getAddress();
         if (addr instanceof SourceDestKey) {