【fix sonar】SignAuthInterceptor文件
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ public class SignAuthInterceptor implements HandlerInterceptor {
|
||||
/**
|
||||
* 5分钟有效期
|
||||
*/
|
||||
private final static long MAX_EXPIRE = 5 * 60;
|
||||
private static final long MAX_EXPIRE = 5 * 60L;
|
||||
|
||||
@Override
|
||||
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user