Commit e991d17e authored by yanzg's avatar yanzg

修复等待时间

parent 56179770
......@@ -17,7 +17,7 @@ import java.util.List;
@Component
public class AspectLogTime implements ThreadNext.Next, InitializingBean {
private MemoryCache<AspectUrlCountVo> memoryCache = new MemoryCache<>();
private final MemoryCache<AspectUrlCountVo> memoryCache = new MemoryCache<>();
@Override
public void afterPropertiesSet() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment