提交 cf9b3521 编写于 作者: 街头小贩's avatar 街头小贩

修正EnumArchitecture类型检测

上级 bce7aabb
......@@ -37,7 +37,7 @@ public class MemberChangeEvent {
if(!k.isPresent()){
throw new IllegalStateException("不支持的Key");
}
if(cls.isAssignableFrom(EnumArchitecture.class)){
if(!EnumArchitecture.class.isAssignableFrom(cls)){
throw new IllegalStateException("参数不是合法值");
}
this.memberId = memberId;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册