Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/AsyncContinuation.java @ 923:52d8b5c29d8e
remove resume()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:17:01 -0600 |
parents | 03f39c8abd6b |
children | 5c9cb5d00512 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AsyncContinuation.java Sun Oct 09 18:15:24 2016 -0600 +++ b/src/org/eclipse/jetty/server/AsyncContinuation.java Sun Oct 09 18:17:01 2016 -0600 @@ -662,16 +662,6 @@ /* ------------------------------------------------------------ */ /** - * @see Continuation#resume() - */ - public void resume() - { - dispatch(); - } - - - /* ------------------------------------------------------------ */ - /** * @see org.eclipse.jetty.continuation.Continuation#getServletResponse() */ public ServletResponse getServletResponse()