AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / logging / ErrorObjectFormatException.java
index f9a640b..8d53f2e 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.logging;
 
 public class ErrorObjectFormatException extends Exception {
 
-       private static final long serialVersionUID = 3732705544448553685L;
+    private static final long serialVersionUID = 3732705544448553685L;
 
-       public ErrorObjectFormatException() {
-               super();
-       }
+    public ErrorObjectFormatException() {
+        super();
+    }
 }