mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-13 11:14:38 +08:00
chainName补上@Deprecated标记
This commit is contained in:
@@ -128,6 +128,7 @@ public class LiteFlowChainELBuilder {
|
||||
* @return LiteFlowChainELBuilder
|
||||
* @deprecated 请使用 {@link #setChainId(String)}
|
||||
*/
|
||||
@Deprecated
|
||||
public LiteFlowChainELBuilder setChainName(String chainName) {
|
||||
if (FlowBus.containChain(chainName)) {
|
||||
this.chain = FlowBus.getChain(chainName);
|
||||
|
||||
@@ -81,6 +81,7 @@ public class Chain implements Executable{
|
||||
* @param chainName chainId
|
||||
* @deprecated 请使用 {@link #setChainId(String)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setChainName(String chainName) {
|
||||
this.chainId = chainName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user