mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
Merge remote-tracking branch 'origin/jetty-9.3.x'
This commit is contained in:
commit
0c14432db3
@ -538,9 +538,7 @@ public class ContainerLifeCycle extends AbstractLifeCycle implements Container,
|
||||
{
|
||||
try
|
||||
{
|
||||
LifeCycle lc=(LifeCycle)bean._bean;
|
||||
if (lc.isRunning())
|
||||
stop(lc);
|
||||
stop((LifeCycle)bean._bean);
|
||||
}
|
||||
catch(RuntimeException | Error e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user