fix akka-docs compilation, remove duplicate applications from STM tests

This commit is contained in:
Roland 2011-10-13 13:53:09 +02:00
parent 32effb5083
commit ee57ef564c
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ import akka.AkkaApplication
*/
trait JettyContinuation extends ContinuationListener {
import javax.servlet.http.HttpServletResponse
def app: AkkaApplication
val builder: () tAsyncRequestContext

View file

@ -294,7 +294,7 @@ class RootEndpoint extends Actor with Endpoint {
trait RequestMethod {
import java.io.IOException
import javax.servlet.http.{ HttpServletResponse, HttpServletRequest }
def app: AkkaApplication
// required implementations