mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
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.
|
// error. The spec requires a 500 error on timeout unless complete() is called.
|
||||||
context.complete();
|
context.complete();
|
||||||
final ServletResponse response = context.getResponse();
|
final ServletResponse response = context.getResponse();
|
||||||
if (response instanceof HttpServletResponse) {
|
if (response instanceof HttpServletResponse) {
|
||||||
((HttpServletResponse) response).setStatus(HttpServletResponse.SC_NO_CONTENT);
|
((HttpServletResponse) response).setStatus(HttpServletResponse.SC_NO_CONTENT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user