Fix some Sonar smells

This commit is contained in:
Artem Bilan
2020-11-30 12:00:59 -05:00
parent c12acb9ff8
commit 97e1692a36
4 changed files with 32 additions and 24 deletions

View File

@@ -391,7 +391,7 @@ public final class TestMailServer {
LOGGER.error(IO_EXCEPTION, e);
}
}
}
} // NOSONAR
void searchReply(String tag) throws IOException {
if (seen) {