NPE guard for null response; fixes gh-1224

This commit is contained in:
Marcin Grzejszczak
2019-02-28 15:28:42 +01:00
parent fead7a35cc
commit f044c07f67
6 changed files with 8 additions and 10 deletions

View File

@@ -30,8 +30,7 @@ import static java.util.concurrent.TimeUnit.SECONDS;
*/
public abstract class AbstractIntegrationTest {
protected static final Log log = LogFactory
.getLog(AbstractIntegrationTest.class);
protected static final Log log = LogFactory.getLog(AbstractIntegrationTest.class);
protected static final int POLL_INTERVAL = 1;