Skip to content

Commit 6ccb0c7

Browse files
committed
style: fix checkstyle line length violations in comments
1 parent 90dd333 commit 6ccb0c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • framework/src/main/java/org/tron/core/config/args

framework/src/main/java/org/tron/core/config/args/Args.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ public static void clearParam() {
10321032

10331033
// getRateLimiterFromConfig removed — logic moved to applyRateLimiterConfig()
10341034

1035-
// getInetSocketAddress(Config, String, boolean) removed — replaced by filterInetSocketAddress(List, boolean)
1035+
// getInetSocketAddress removed — use filterInetSocketAddress
10361036

10371037
/**
10381038
* Parse and optionally filter a list of address strings.
@@ -1059,7 +1059,7 @@ public static List<InetSocketAddress> filterInetSocketAddress(
10591059
return ret;
10601060
}
10611061

1062-
// getInetAddress(Config, String) removed — callers now use filterInetSocketAddress with bean lists
1062+
// getInetAddress removed — use filterInetSocketAddress
10631063

10641064
// getEventPluginConfig removed — logic moved to applyEventConfig()
10651065

0 commit comments

Comments
 (0)