🎨 modifier order

This commit is contained in:
Kyle Scully
2021-10-23 08:26:45 -07:00
committed by GitHub
parent a2042dd7c2
commit 44e4ee4416
8 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,7 @@ package me.chanjar.weixin.mp.util;
* @date 2019-03-20 22:06
*/
public class WxMpConfigStorageHolder {
private final static ThreadLocal<String> THREAD_LOCAL = new ThreadLocal<String>() {
private static final ThreadLocal<String> THREAD_LOCAL = new ThreadLocal<String>() {
@Override
protected String initialValue() {
return "default";