Fix the java code style issue.
[aai/esr-server.git] / esr-mgr / src / test / java / org / onap / aai / esr / exception / ExtsysExceptionTest.java
index e448f50..e3ae403 100644 (file)
@@ -21,7 +21,7 @@ import org.junit.Test;
 public class ExtsysExceptionTest {\r
 \r
     @Test\r
-    public void testAllMethods(){\r
+    public void testAllMethods() {\r
         ExtsysException esExp = new ExtsysException();\r
         esExp.setErrorCode("498");\r
         Assert.assertEquals(esExp.getErrorCode(), "498");\r