去除zk在其他模块的测试用例

This commit is contained in:
everywhere.z
2022-09-15 14:09:21 +08:00
parent 8d334a7a77
commit aace3d94fc
14 changed files with 8 additions and 301 deletions

View File

@@ -18,8 +18,8 @@ public @interface LiteflowMethod {
String nodeId() default "";
/**
* cmp定义
*
* CMP类型定义
* @return AnnotationNodeTypeEnum
*/
AnnotationNodeTypeEnum nodeType() default AnnotationNodeTypeEnum.COMMON;
}

View File

@@ -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;

View File

@@ -331,8 +331,7 @@ public class ParserHelper {
}
/**
* 解析一个chain的过程
* <p>
* param e chain 节点
* @param e chain 节点
*/
public static void parseOneChain(Element e) {
String condValueStr;

View File

@@ -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) {
// 被除数