BAEL-41: Fixed small formatting issues.
This commit is contained in:
parent
1c0e0c6ec1
commit
6d1fbd5603
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue