Polish
This commit is contained in:
@@ -335,6 +335,7 @@ public class JettyEmbeddedServletContainerFactoryTests
|
||||
threadPool.setMaxThreads(2);
|
||||
threadPool.setMinThreads(2);
|
||||
}
|
||||
|
||||
});
|
||||
this.thrown.expectCause(instanceOf(IllegalStateException.class));
|
||||
factory.getEmbeddedServletContainer().start();
|
||||
|
||||
Reference in New Issue
Block a user