未验证 提交 308e77b0 编写于 作者: J Juan Pan(Trista) 提交者: GitHub

remove null != schema && null != runtimeContext (#6989)

上级 039b7b5b
......@@ -41,6 +41,6 @@ public final class SchemaContext {
* @return is complete schema context or not
*/
public boolean isComplete() {
return null != schema && null != runtimeContext && !schema.getRules().isEmpty() && !schema.getDataSources().isEmpty();
return !schema.getRules().isEmpty() && !schema.getDataSources().isEmpty();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册