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

vgalaxies pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 337dc8656 chore(server): remove some outdated configuration
337dc8656 is described below

commit 337dc86567834acd717a2240a79fef2815d4bb6f
Author: MingzhenHan <hanmingzhen2...@outlook.com>
AuthorDate: Wed May 14 18:51:55 2025 +0800

    chore(server): remove some outdated configuration
    
    Co-authored-by: imbajin <j...@apache.org>
---
 .../src/main/java/org/apache/hugegraph/config/ServerOptions.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java
 
b/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java
index 5c5aa86e3..f4b259cc4 100644
--- 
a/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java
+++ 
b/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java
@@ -43,7 +43,7 @@ public class ServerOptions extends OptionHolder {
     public static final ConfigOption<String> REST_SERVER_URL =
             new ConfigOption<>(
                     "restserver.url",
-                    "The url for listening of hugeserver.",
+                    "The url for listening of graph server.",
                     disallowEmpty(),
                     "http://127.0.0.1:8080";
             );

Reply via email to