Removed trailing whitespace
This commit is contained in:
parent
c8732569a7
commit
56e7428e47
34 changed files with 273 additions and 273 deletions
|
|
@ -50,14 +50,14 @@ trait EmbeddedAppServer extends Bootable with Logging {
|
|||
Thread.currentThread.setContextClassLoader(applicationLoader.get)
|
||||
super.init(sc)
|
||||
}
|
||||
finally {
|
||||
finally {
|
||||
Thread.currentThread.setContextClassLoader(cl)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
adapter.setContextPath(uri.getPath)
|
||||
adapter.addInitParameter("cometSupport",
|
||||
adapter.addInitParameter("cometSupport",
|
||||
"org.atmosphere.container.GrizzlyCometSupport")
|
||||
adapter.addInitParameter("com.sun.jersey.config.property.resourceConfigClass",
|
||||
"com.sun.jersey.api.core.PackagesResourceConfig")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue