提交 591fa223 编写于 作者: sq3536's avatar sq3536

方法名字冲突

上级 159fa871
......@@ -22,10 +22,10 @@ public class BootSystemRuntime extends net.ibizsys.central.cloud.core.ServiceSys
private static IBootSystemRuntime instance = null;
static{
registerRuntimeObjectPrimary(IWebClient.class, null, "net.ibizsys.central.plugin.boot.core.runtime.BootWebFluxClient");
registerBootRuntimeObjectPrimary(IWebClient.class, null, "net.ibizsys.central.plugin.boot.core.runtime.BootWebFluxClient");
}
protected static void registerRuntimeObjectPrimary(Class<?> cls, String strType, Object strObject) {
protected static void registerBootRuntimeObjectPrimary(Class<?> cls, String strType, Object strObject) {
RuntimeObjectFactory.getInstance().registerObjectPrimary(cls, strType, strObject);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册