Merge remote-tracking branch 'origin/jetty-9.3.x'

This commit is contained in:
Greg Wilkins 2016-03-10 12:44:41 +11:00
commit 0c14432db3
1 changed files with 1 additions and 3 deletions

View File

@ -538,9 +538,7 @@ public class ContainerLifeCycle extends AbstractLifeCycle implements Container,
{ {
try try
{ {
LifeCycle lc=(LifeCycle)bean._bean; stop((LifeCycle)bean._bean);
if (lc.isRunning())
stop(lc);
} }
catch(RuntimeException | Error e) catch(RuntimeException | Error e)
{ {