changeset 923:52d8b5c29d8e

remove resume()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 09 Oct 2016 18:17:01 -0600
parents 03f39c8abd6b
children 5c9cb5d00512
files src/org/eclipse/jetty/continuation/Continuation.java src/org/eclipse/jetty/server/AsyncContinuation.java
diffstat 2 files changed, 1 insertions(+), 11 deletions(-) [+]
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();
 
 	/* ------------------------------------------------------------ */
 	/**
--- 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()