fix 修复 复制错误
parent
7bb880d6fc
commit
b03c763c0c
|
|
@ -25,7 +25,7 @@ import java.util.function.Supplier;
|
||||||
@SuppressWarnings("unchecked cast")
|
@SuppressWarnings("unchecked cast")
|
||||||
public class DataPermissionHelper {
|
public class DataPermissionHelper {
|
||||||
|
|
||||||
private static final String DATA_PERMISSION_KEY = "data:permission";
|
public static final String DATA_PERMISSION_KEY = "data:permission";
|
||||||
|
|
||||||
private static final ThreadLocal<Stack<Integer>> REENTRANT_IGNORE = ThreadLocal.withInitial(Stack::new);
|
private static final ThreadLocal<Stack<Integer>> REENTRANT_IGNORE = ThreadLocal.withInitial(Stack::new);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue