mirror of https://gitee.com/dromara/liteFlow
优化javadoc一些格式
This commit is contained in:
parent
2408bd1652
commit
6fed03f225
|
@ -88,9 +88,8 @@ public class LiteFlowChainELBuilder {
|
|||
//所以这里setChainName的时候需要判断下
|
||||
/**
|
||||
*
|
||||
* @param chainName
|
||||
* @return
|
||||
* @deprecated 请使用 {@link #setChainId(String)}
|
||||
* @return LiteFlowChainELBuilder
|
||||
*/
|
||||
public LiteFlowChainELBuilder setChainName(String chainName) {
|
||||
if (FlowBus.containChain(chainName)) {
|
||||
|
|
|
@ -307,6 +307,7 @@ public abstract class NodeComponent{
|
|||
|
||||
/**
|
||||
* @deprecated 请使用 {@link #getChainId()}
|
||||
* @return String
|
||||
*/
|
||||
@Deprecated
|
||||
public String getChainName(){
|
||||
|
@ -327,7 +328,7 @@ public abstract class NodeComponent{
|
|||
|
||||
/**
|
||||
*
|
||||
* @param currChainName
|
||||
* @param currChainName 当前chain名称
|
||||
* @deprecated 请使用 {@link #setCurrChainId(String)}
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -337,6 +338,7 @@ public abstract class NodeComponent{
|
|||
|
||||
/**
|
||||
* @deprecated 请使用 {@link #getCurrChainId()}
|
||||
* @return String
|
||||
*/
|
||||
@Deprecated
|
||||
public String getCurrChainName(){
|
||||
|
|
|
@ -26,7 +26,8 @@ public class ScriptExecuteWrap {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated 请使用 {@link #getCurrChainId()}
|
||||
* @deprecated 请使用 {@link #getCurrChainId()}
|
||||
* @return String
|
||||
*/
|
||||
@Deprecated
|
||||
public String getCurrChainName() {
|
||||
|
@ -35,7 +36,6 @@ public class ScriptExecuteWrap {
|
|||
|
||||
/**
|
||||
*
|
||||
* @param currChainName
|
||||
* @deprecated 请使用{@link #setCurrChainId(String)}
|
||||
*/
|
||||
public void setCurrChainName(String currChainName) {
|
||||
|
|
|
@ -238,8 +238,7 @@ public class Slot{
|
|||
|
||||
/**
|
||||
*
|
||||
* @param chainName
|
||||
* @Deprecated 请使用 {@link #setChainId(String)}
|
||||
* @deprecated 请使用 {@link #setChainId(String)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setChainName(String chainName) {
|
||||
|
|
Loading…
Reference in New Issue