优化类注释
This commit is contained in:
parent
0790a52c28
commit
d1d25152dd
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue