Mercurial Hosting > luan
diff src/org/eclipse/jetty/continuation/Continuation.java @ 921:a5af9ee7cf91
remove isExpired()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:09:50 -0600 |
parents | 1fc8ee20cb18 |
children | 03f39c8abd6b |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 03:51:31 2016 -0600 +++ b/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 18:09:50 2016 -0600 @@ -328,7 +328,7 @@ * @return true after a request has been redispatched as the result of a * timeout. Returns false after any subsequent call to suspend. */ - boolean isExpired(); +// boolean isExpired(); /* ------------------------------------------------------------ */ /**