bug #I4LUQ5 默认的slot的dataMap无法放入值为null的对象

This commit is contained in:
bryan31
2021-12-13 18:07:37 +08:00
parent 406da614d4
commit 1baf718124

View File

@@ -20,6 +20,7 @@ import java.util.concurrent.ConcurrentLinkedQueue;
/**
* Slot的抽象类实现
* @author Bryan.Zhang
* @author LeoLee
*/
@SuppressWarnings("unchecked")
public abstract class AbsSlot implements Slot {