Skip to content

Commit a5001d8

Browse files
doleyzidoleyzi
andauthored
[INLONG-12096][Audit] Optimize function comments related to switching JDBC (#12097)
Co-authored-by: doleyzi <doleyzi@tencent.com>
1 parent a5876c1 commit a5001d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils

inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils/RouteUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static boolean matchesAuditRoute(String auditId, String inlongGroupId, Li
7575
* Both IP addresses and domain names are supported.
7676
*
7777
* @param jdbcUrl the JDBC URL, e.g. "jdbc:mysql://127.0.0.1:3306/testdb"
78-
* or "jdbc:mysql://db.example.com:3306/testdb"
78+
* or "jdbc:mysql://domain:3306/testdb"
7979
* @return host:port string, or null if the URL is null, blank, or does not match
8080
*/
8181
public static String extractAddress(String jdbcUrl) {

0 commit comments

Comments
 (0)