AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / MapperUtil.java
index 4fed066..47a937d 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.util;
 
-import org.onap.aai.exceptions.AAIException;
 import com.fasterxml.jackson.annotation.JsonInclude;
 import com.fasterxml.jackson.databind.*;
 import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule;
 
+import org.onap.aai.exceptions.AAIException;
+
 public class MapperUtil {
 
     /**
@@ -34,7 +36,7 @@ public class MapperUtil {
     private MapperUtil() {
         // prevent instantiation
     }
-    
+
     /**
      * Read as object of.
      *