Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / introspection / exceptions / AAIUnmarshallingException.java
index 6ce42e4..0cf1996 100644 (file)
@@ -26,7 +26,8 @@ public class AAIUnmarshallingException extends AAIException {
 
     private static final long serialVersionUID = -5615651557821878103L;
 
-    private static final String AAI_MSG="AAI_3000";
+    private static final String AAI_MSG = "AAI_3000";
+
     public AAIUnmarshallingException() {
     }