mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2728 - cleaning up MessageServlet
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@943466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b9c59c283
commit
21b81e180f
|
@ -36,6 +36,7 @@ import javax.servlet.http.HttpServletResponse;
|
|||
*/
|
||||
public class AjaxServlet extends MessageListenerServlet {
|
||||
|
||||
private static final long serialVersionUID = -3875280764356406114L;
|
||||
private Map<String, byte[]> jsCache = new HashMap<String, byte[]>();
|
||||
private long jsLastModified = 1000 * (System.currentTimeMillis() / 1000);
|
||||
|
||||
|
|
Loading…
Reference in New Issue