修正错误的文件头@since

This commit is contained in:
everywhere.z
2025-10-17 12:39:01 +08:00
parent 38a749c96f
commit d09c8381ee
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ package com.yomahub.liteflow.exception;
* node id不合法异常 * node id不合法异常
* *
* @author tangkc * @author tangkc
* @since 2.13.2 * @since 2.15.1
*/ */
public class NodeIdUnIllegalException extends RuntimeException { public class NodeIdUnIllegalException extends RuntimeException {

View File

@@ -8,7 +8,7 @@ import com.yomahub.liteflow.common.ChainConstant;
* EL 工具类 * EL 工具类
* *
* @author tangkc * @author tangkc
* @since 2.13.2 * @since 2.15.1
*/ */
public class QlExpressUtils { public class QlExpressUtils {