fix akka-docs compilation, remove duplicate applications from STM tests
This commit is contained in:
parent
32effb5083
commit
ee57ef564c
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import akka.AkkaApplication
|
|||
*/
|
||||
trait JettyContinuation extends ContinuationListener {
|
||||
import javax.servlet.http.HttpServletResponse
|
||||
|
||||
|
||||
def app: AkkaApplication
|
||||
|
||||
val builder: () ⇒ tAsyncRequestContext
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue