Checkstyle: fix issues and enforce on lisp-proto
[lispflowmapping.git] / mappingservice / lisp-proto / src / main / java / org / opendaylight / lispflowmapping / lisp / util / LispSimpleAddressStringifier.java
index 3599de34f241f1d814a03457de03a82f88732d25..6833cbaf268880c95548103910947f8f89f97713 100644 (file)
@@ -7,14 +7,13 @@
  */
 package org.opendaylight.lispflowmapping.lisp.util;
 
+import com.google.common.base.Preconditions;
 import org.opendaylight.lispflowmapping.lisp.util.LispAddressStringifier.Destination;
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.SimpleAddress;
 
-import com.google.common.base.Preconditions;
-
 /**
  * Utility class with static methods returning string representations of
- * supported LISP simple address types
+ * supported LISP simple address types.
  *
  * @author Lorand Jakab
  *