mirror of https://github.com/apache/activemq.git
NO-JIRA: fix formatting
This commit is contained in:
parent
8b6072d03e
commit
45a1bd54d3
|
@ -120,7 +120,7 @@ public class AsyncServletRequest implements AsyncListener {
|
|||
// error. The spec requires a 500 error on timeout unless complete() is called.
|
||||
context.complete();
|
||||
final ServletResponse response = context.getResponse();
|
||||
if (response instanceof HttpServletResponse) {
|
||||
if (response instanceof HttpServletResponse) {
|
||||
((HttpServletResponse) response).setStatus(HttpServletResponse.SC_NO_CONTENT);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue