Mercurial Hosting > luan
diff src/org/eclipse/jetty/continuation/Continuation.java @ 930:cd080b7bcf49
remove AsyncContinuation.undispatch()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 19:20:52 -0600 |
parents | 3191abe890ef |
children | fe461f7cfc8e |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 19:13:46 2016 -0600 +++ b/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 19:20:52 2016 -0600 @@ -416,5 +416,5 @@ * @throws ContinuationThrowable thrown if the request is suspended. The instance of the * exception may be reused on subsequent calls, so the stack frame may not be accurate. */ - public void undispatch() throws ContinuationThrowable; +// public void undispatch() throws ContinuationThrowable; }