File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
log4j-jcl/src/test/java/org/apache/logging/log4j/jcl Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1616 */
1717package org .apache .logging .log4j .jcl ;
1818
19+ import static org .assertj .core .api .Assertions .assertThat ;
20+
21+ import java .util .List ;
1922import org .apache .commons .logging .Log ;
2023import org .apache .commons .logging .LogFactory ;
2124import org .apache .logging .log4j .core .LoggerContext ;
2225import org .apache .logging .log4j .core .test .appender .ListAppender ;
2326import org .apache .logging .log4j .core .test .junit .LoggerContextSource ;
2427import org .junit .jupiter .api .Test ;
2528
26- import java .util .List ;
27-
28- import static org .assertj .core .api .Assertions .assertThat ;
29-
3029public class CallerInformationTest {
3130
3231 @ Test
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .logging .log4j .jcl ;
1818
19+ import static org .assertj .core .api .Assertions .assertThat ;
20+
21+ import java .util .List ;
1922import org .apache .commons .logging .Log ;
2023import org .apache .commons .logging .LogFactory ;
2124import org .apache .logging .log4j .core .LoggerContext ;
2427import org .apache .logging .log4j .util .Strings ;
2528import org .junit .jupiter .api .Test ;
2629
27- import java .util .List ;
28-
29- import static org .assertj .core .api .Assertions .assertThat ;
30-
3130class LoggerTest {
3231
3332 @ Test
You can’t perform that action at this time.
0 commit comments