mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-03 12:27:50 +08:00
取出警告线
This commit is contained in:
parent
8a00231000
commit
1d60239d22
@ -7,7 +7,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
public class PathAnalyzer {
|
||||
|
||||
private static Map<String, PathAnalyzer> cached = new LinkedHashMap();
|
||||
private static Map<String, PathAnalyzer> cached = new LinkedHashMap<>();
|
||||
private Pattern pattern;
|
||||
|
||||
public static PathAnalyzer get(String expr) {
|
||||
|
@ -23,7 +23,8 @@ public class SaJedisImpl {
|
||||
private final JbootSerializer serializer;
|
||||
|
||||
protected JedisPool jedisPool;
|
||||
private static final Log LOG = Log.getLog(SaJedisImpl.class);
|
||||
@SuppressWarnings("unused")
|
||||
private static final Log LOG = Log.getLog(SaJedisImpl.class);
|
||||
private final SaRedisConfig config;
|
||||
public SaJedisImpl(SaRedisConfig config) {
|
||||
if (config == null || StrUtil.isBlank(config.getSerializer())) {
|
||||
|
@ -7,7 +7,7 @@ import java.util.regex.Pattern;
|
||||
|
||||
public class PathAnalyzer {
|
||||
|
||||
private static Map<String, PathAnalyzer> cached = new LinkedHashMap();
|
||||
private static Map<String, PathAnalyzer> cached = new LinkedHashMap<>();
|
||||
private Pattern pattern;
|
||||
|
||||
public static PathAnalyzer get(String expr) {
|
||||
|
Loading…
Reference in New Issue
Block a user