Mercurial Hosting > luan
diff src/org/eclipse/jetty/continuation/Continuation.java @ 923:52d8b5c29d8e
remove resume()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:17:01 -0600 |
parents | 03f39c8abd6b |
children | 3191abe890ef |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 18:15:24 2016 -0600 +++ b/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 18:17:01 2016 -0600 @@ -263,7 +263,7 @@ * @exception IllegalStateException if the request is not suspended. * */ - void resume(); +// void resume(); /* ------------------------------------------------------------ */ /**