Fix the java code style issue.
[aai/esr-server.git] / esr-mgr / src / test / java / org / onap / aai / esr / exception / ExceptionUtilTest.java
index 38f8fa2..df4d46b 100644 (file)
@@ -17,13 +17,12 @@ package org.onap.aai.esr.exception;
 \r
 import org.junit.Assert;\r
 import org.junit.Test;\r
-\r
 import javax.ws.rs.WebApplicationException;\r
 \r
 public class ExceptionUtilTest {\r
 \r
     @Test\r
-    public void testBuildExceptionResponse(){\r
+    public void testBuildExceptionResponse() {\r
         WebApplicationException exp = ExceptionUtil.buildExceptionResponse("Exception from JUnit");\r
         Assert.assertNotNull(exp);\r
         Assert.assertNotNull(exp.getResponse());\r