summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java')
-rw-r--r--src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java b/src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java
index 76c33db..10f1812 100644
--- a/src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java
+++ b/src/test/java/org/onap/sdc/common/onaplog/OnapLoggerGenericTest.java
@@ -31,8 +31,8 @@ import uk.org.lidalia.slf4jtest.LoggingEvent;
public class OnapLoggerGenericTest {
- private static final String FIRST_ERROR_EXPECTED_MESSAGE = "call to stop without calling start first, " +
- "this is not compliant with EELF format";
+ private static final String FIRST_ERROR_EXPECTED_MESSAGE =
+ "call to stop without calling start first, this is not compliant with EELF format";
private static final String SECOND_ERROR_EXPECTED_MESSAGE = "failed to calculate elapsed time";
private static final String ERROR = "ERROR";