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

修正EnumArchitecture的判断

上级 8211cd12
......@@ -55,7 +55,6 @@ public interface EnumArchitecture {
break;
}
}
//logger.info(String.format("[EA]%s implements result %b", instance.getCanonicalName(), isInstance));
if (!isInstance) {
return Optional.empty();
}
......@@ -68,7 +67,6 @@ public interface EnumArchitecture {
break;
}
}
//logger.info(String.format("[EA]null result is %b", (null == data)));
return Optional.ofNullable(data);
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册