From 9d09e81025cd35a9a94a27f0986c5a4ece6a0e8f Mon Sep 17 00:00:00 2001 From: MingzhenHan <124570399+MingzhenHan@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:51:44 +0800 Subject: [PATCH] Update ServerOptions.java --- .../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 084e9a338f..202e9f30fd 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 @@ -42,7 +42,7 @@ public static synchronized ServerOptions instance() { public static final ConfigOption 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" );