AAI-1523 checkstyle warnings for aai-core logging
[aai/aai-common.git] / aai-core / src / test / java / org / onap / aai / logging / EcompResponseCodeTest.java
index 0bdfc74..10edb45 100644 (file)
@@ -29,7 +29,7 @@ import org.junit.*;
 
 public class EcompResponseCodeTest {
 
-       EcompResponseCode _ecompResponseCode;
+    EcompResponseCode _ecompResponseCode;
     ILoggingEvent mockEvent;
 
     @Before