Skip to content

Commit

Permalink
Remove redundant LOGGER from ITextTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ars18wrw committed Aug 12, 2021
1 parent e341c6a commit 2884142
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pdftest/src/main/java/com/itextpdf/test/ITextTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,13 @@ This file is part of the iText (R) project.
import java.util.concurrent.TimeUnit;
import org.junit.Rule;
import org.junit.rules.Timeout;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* This is a generic class for testing. Subclassing it, or its subclasses is considered a good practice of
* creating your own tests.
*/
public abstract class ITextTest {

protected final Logger LOGGER = LoggerFactory.getLogger(getClass());

@Rule
public Timeout testTimeout = getTestTimeout();

Expand Down

0 comments on commit 2884142

Please sign in to comment.