Skip to content

Commit

Permalink
Fix checkstyle violation in ImapMailReceiverTests
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Apr 20, 2023
1 parent fa1f8a4 commit 20b6ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
@DirtiesContext
public class ImapMailReceiverTests {

private final static ImapSearchLoggingHandler imapSearches = new ImapSearchLoggingHandler();
private static final ImapSearchLoggingHandler imapSearches = new ImapSearchLoggingHandler();

private static GreenMail imapIdleServer;

Expand Down

0 comments on commit 20b6ea6

Please sign in to comment.