Merge "372115: added some braces to oneline if stmts of AsyncContextTest.java"
This commit is contained in:
commit
e417aa06ee
|
@ -203,9 +203,13 @@ public class AsyncContextTest
|
|||
{
|
||||
final AsyncContext asyncContext;
|
||||
if (request.getParameter("dispatchRequestResponse") != null)
|
||||
{
|
||||
asyncContext = request.startAsync(request,response);
|
||||
}
|
||||
else
|
||||
{
|
||||
asyncContext = request.startAsync();
|
||||
}
|
||||
|
||||
new Thread(new DispatchingRunnable(asyncContext)).start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue