mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 19:08:09 +08:00
去除zk在其他模块的测试用例
This commit is contained in:
@@ -18,8 +18,8 @@ public @interface LiteflowMethod {
|
||||
String nodeId() default "";
|
||||
|
||||
/**
|
||||
* cmp定义
|
||||
*
|
||||
* CMP类型定义
|
||||
* @return AnnotationNodeTypeEnum
|
||||
*/
|
||||
AnnotationNodeTypeEnum nodeType() default AnnotationNodeTypeEnum.COMMON;
|
||||
}
|
||||
|
||||
@@ -39,8 +39,7 @@ public enum AnnotationNodeTypeEnum {
|
||||
|
||||
/**
|
||||
* 得到Node定义类
|
||||
*
|
||||
* @return {@link Class}<{@link ?} {@link extends} {@link NodeComponent}>
|
||||
* @return node定义类
|
||||
*/
|
||||
public Class<? extends NodeComponent> getCmpClass() {
|
||||
return cmpClass;
|
||||
|
||||
@@ -331,8 +331,7 @@ public class ParserHelper {
|
||||
}
|
||||
/**
|
||||
* 解析一个chain的过程
|
||||
* <p>
|
||||
* param e chain 节点
|
||||
* @param e chain 节点
|
||||
*/
|
||||
public static void parseOneChain(Element e) {
|
||||
String condValueStr;
|
||||
|
||||
@@ -55,6 +55,8 @@ public class SerialsUtil {
|
||||
|
||||
/**
|
||||
* 生成一个12位随机数
|
||||
* @param seed 种子值
|
||||
* @return String 随机数
|
||||
*/
|
||||
public static String randomNum12(long seed) {
|
||||
// 被除数
|
||||
@@ -64,6 +66,8 @@ public class SerialsUtil {
|
||||
|
||||
/**
|
||||
* 生成一个8位随机数
|
||||
* @param seed 种子值
|
||||
* @return String 随机数
|
||||
*/
|
||||
public static String randomNum8(long seed) {
|
||||
// 被除数
|
||||
|
||||
Reference in New Issue
Block a user