This is an automated email from the ASF dual-hosted git repository.

doleyzi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new a5001d8c19 [INLONG-12096][Audit] Optimize function comments related to 
switching JDBC (#12097)
a5001d8c19 is described below

commit a5001d8c19ae7dd9d355bfa0d56797ac900818e7
Author: doleyzi <[email protected]>
AuthorDate: Sat Feb 28 14:52:42 2026 +0800

    [INLONG-12096][Audit] Optimize function comments related to switching JDBC 
(#12097)
    
    Co-authored-by: doleyzi <[email protected]>
---
 .../src/main/java/org/apache/inlong/audit/utils/RouteUtils.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils/RouteUtils.java
 
b/inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils/RouteUtils.java
index 10517cce4f..4003bb31ff 100644
--- 
a/inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils/RouteUtils.java
+++ 
b/inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/utils/RouteUtils.java
@@ -75,7 +75,7 @@ public class RouteUtils {
      * Both IP addresses and domain names are supported.
      *
      * @param jdbcUrl the JDBC URL, e.g. "jdbc:mysql://127.0.0.1:3306/testdb"
-     *               or "jdbc:mysql://db.example.com:3306/testdb"
+     *               or "jdbc:mysql://domain:3306/testdb"
      * @return host:port string, or null if the URL is null, blank, or does 
not match
      */
     public static String extractAddress(String jdbcUrl) {

Reply via email to