mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
bug #I4LUQ5 默认的slot的dataMap无法放入值为null的对象
This commit is contained in:
@@ -5,10 +5,8 @@ import java.io.Serializable;
|
||||
/**
|
||||
* null param exception
|
||||
* when param is null, dataMap (ConcurrentHashMap) cann't accept a null value
|
||||
*
|
||||
* @Author LeoLee
|
||||
* @Date 2021/12/10 16:47
|
||||
* @Version 1.0
|
||||
* @author LeoLee
|
||||
* @since 2.6.6
|
||||
*/
|
||||
public class NullParamException extends RuntimeException implements Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user