BAEL-41: Fixed small formatting issues.

This commit is contained in:
Christian Rädel 2016-11-09 15:21:23 +01:00
parent 1c0e0c6ec1
commit 6d1fbd5603
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import org.junit.runners.JUnit4;
@RunWith(JUnit4.class)
public class FailoverSyslogConsoleAppenderTest {
@Rule
public LoggerContextRule contextRule =
new LoggerContextRule("log4j2-failover-syslog-console-appender_pattern-layout.xml");

View File

@ -16,7 +16,6 @@ import static org.junit.Assert.assertTrue;
@RunWith(JUnit4.class)
public class JDBCAppenderTest {
@Rule
public LoggerContextRule contextRule = new LoggerContextRule("log4j2-jdbc-appender.xml");