Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/Server.java @ 912:1d0c304e12b5
simplify AggregateLifeCycle
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 08 Oct 2016 22:05:14 -0600 |
parents | df84a1741687 |
children | 17f4fe8271de |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/Server.java Sat Oct 08 21:37:13 2016 -0600 +++ b/src/org/eclipse/jetty/server/Server.java Sat Oct 08 22:05:14 2016 -0600 @@ -102,10 +102,6 @@ } } } -/* - if (isDumpAfterStart()) - dumpStdErr(); -*/ mex.ifExceptionThrow(); } @@ -113,10 +109,6 @@ @Override protected void doStop() throws Exception { -/* - if (isDumpBeforeStop()) - dumpStdErr(); -*/ MultiException mex=new MultiException(); /* if (_graceful>0)