Skip to content

Commit

Permalink
refactor: 移除重复代码
Browse files Browse the repository at this point in the history
Co-authored-by: lmx <[email protected]>
  • Loading branch information
jk9991xx and lmx authored Sep 2, 2024
1 parent bf5ba69 commit 594b293
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public ConfigMetadata getConfigMetadata() {
.add("publicPort", "公网端口", "", new IntType())
.add("certId", "证书id", "", new StringType())
.add("secure", "开启TSL", "", new BooleanType())
.add("secure", "开启TSL", "", new BooleanType())
.add("maxMessageSize", "最大消息长度", "", new StringType());
}

Expand Down

0 comments on commit 594b293

Please sign in to comment.