Mercurial Hosting > luan
diff src/org/eclipse/jetty/continuation/Continuation.java @ 929:3191abe890ef
remove isInitial()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 19:13:46 -0600 |
parents | 52d8b5c29d8e |
children | cd080b7bcf49 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 18:54:32 2016 -0600 +++ b/src/org/eclipse/jetty/continuation/Continuation.java Sun Oct 09 19:13:46 2016 -0600 @@ -337,7 +337,7 @@ * thread has returned to the container after suspend has been * called and during any subsequent redispatch. */ - boolean isInitial(); +// boolean isInitial(); /* ------------------------------------------------------------ */ /**