优化注释规范

This commit is contained in:
everywhere.z
2022-09-07 18:35:18 +08:00
parent 3062fac66e
commit 20793dd342
4 changed files with 3 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import com.yomahub.liteflow.exception.ELParseException;
* BaseOperator 为了强化 executeInner 方法,会捕获抛出的 QLException 错误,输出友好的错误提示
*
* @author gaibu
* @date 2022/8/28 14:32
* @since 2.8.6
*/
public abstract class BaseOperator extends Operator {

View File

@@ -4,9 +4,8 @@ import com.ql.util.express.exception.QLException;
/**
* Operator 常用工具类
*
* @author gaibu
* @ate 2022/8/28 12:58
* @since 2.8.6
*/
public class OperatorHelper {

View File

@@ -56,9 +56,6 @@ public class FlowParserProvider {
/**
* 根据配置的地址找到对应的解析器
*
* @param path
* @return
*/
public static FlowParser lookup(String path) throws Exception {
if (isLocalConfig(path)) {

View File

@@ -13,7 +13,7 @@ public class LOGOPrinter {
/**
* LiteFlow 当前版本号
*/
private static final String VERSION_NO = "v2.8.5";
private static final String VERSION_NO = "v2.8.6-BETA";
public static void print() {
StringBuilder str = new StringBuilder("\n");