Skip to content

Commit

Permalink
docs: 修改错误的注释
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieHz authored Apr 28, 2024
1 parent d1e3749 commit 535281f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AntiBoomInfo extends Tuple2<EntityType, String> {

/**
* @param type 需要检查的EntityType
* @param configPath 需要检查的configPath
* @param configParentNode 需要检查的configParentNode
*/
public AntiBoomInfo(EntityType type, String configParentNode) {
super(type, configParentNode);
Expand Down

0 comments on commit 535281f

Please sign in to comment.