Checkstyle

This commit is contained in:
Trustin Lee 2014-08-05 18:11:24 -07:00
parent 8321035684
commit c5e1ab6403

View File

@ -43,7 +43,6 @@ public class InternalLoggerFactoryTest {
InternalLoggerFactory.setDefaultFactory(oldLoggerFactory);
}
@Test(expected = NullPointerException.class)
public void shouldNotAllowNullDefaultFactory() {
InternalLoggerFactory.setDefaultFactory(null);