File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
log4j-core-test/src/test/java/org/apache/logging/log4j/core/tools Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 */
1717package org .apache .logging .log4j .core .tools ;
1818
19- import static org .junit .jupiter .api .Assertions .*;
19+ import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
20+ import static org .junit .jupiter .api .Assertions .assertEquals ;
21+ import static org .junit .jupiter .api .Assertions .assertTrue ;
2022
2123import java .io .File ;
2224import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .logging .log4j .core .tools ;
1818
19- import static org .junit .jupiter .api .Assertions .*;
19+ import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
20+ import static org .junit .jupiter .api .Assertions .assertEquals ;
21+ import static org .junit .jupiter .api .Assertions .assertTrue ;
2022
2123import java .io .File ;
2224import java .io .FileOutputStream ;
You can’t perform that action at this time.
0 commit comments