|
|
@ -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);
|
|
|
|
|
|
|
|
|
|
|
|