优化类注释

This commit is contained in:
everywhere.z 2022-12-05 13:58:32 +08:00
parent 0790a52c28
commit d1d25152dd
5 changed files with 10 additions and 15 deletions

View File

@ -16,9 +16,8 @@ import com.yomahub.liteflow.util.JsonUtil;
import java.util.Objects;
/**
* @Description:
* @Author: zhanghua
* @Date: 2022/12/3 13:38
* @author zhanghua
* @since 2.9.5
*/
public class ApolloXmlELParser extends ClassXmlFlowELParser {

View File

@ -1,9 +1,8 @@
package com.yomahub.liteflow.parser.apollo.exception;
/**
* @Description:
* @Author: zhanghua
* @Date: 2022/12/3 13:45
* @author zhanghua
* @since 2.9.5
*/
public class ApolloException extends RuntimeException {

View File

@ -25,9 +25,8 @@ import java.util.Set;
import java.util.stream.Collectors;
/**
* @Description:
* @Author: zhanghua
* @Date: 2022/12/3 13:47
* @author zhanghua
* @since 2.9.5
*/
public class ApolloParseHelper {

View File

@ -1,9 +1,8 @@
package com.yomahub.liteflow.parser.apollo.vo;
/**
* @Description:
* @Author: zhanghua
* @Date: 2022/12/3 13:45
* @author zhanghua
* @since 2.9.5
*/
public class ApolloParserConfigVO {

View File

@ -4,9 +4,8 @@ import com.yomahub.liteflow.parser.apollo.ApolloXmlELParser;
import com.yomahub.liteflow.parser.spi.ParserClassNameSpi;
/**
* @Description:
* @Author: zhanghua
* @Date: 2022/12/3 13:40
* @author zhanghua
* @since 2.9.5
*/
public class ApolloParserClassNameSpi implements ParserClassNameSpi {