Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / domain / translog / TransactionLogEntry.java
index 16c773a..37a1eef 100644 (file)
 
 package org.onap.aai.domain.translog;
 
-import org.eclipse.persistence.oxm.annotations.XmlCDATA;
-
 import javax.xml.bind.annotation.*;
 
+import org.eclipse.persistence.oxm.annotations.XmlCDATA;
+
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(
         name = "",