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

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


The following commit(s) were added to refs/heads/trans-hstore by this push:
     new b1d942c3c fixup
b1d942c3c is described below

commit b1d942c3c9ea7f8a99e5d607b94bf2893754479d
Author: VGalaxies <[email protected]>
AuthorDate: Sun Aug 4 23:15:26 2024 +0800

    fixup
---
 .../java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java
 
b/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java
index bb5bf7289..e1830111c 100755
--- 
a/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java
+++ 
b/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java
@@ -204,7 +204,7 @@ public class HstoreTable extends BackendTable<Session, 
BackendEntry> {
     }
 
     /**
-     * Return the point ID belonging to the Id
+     * Return the owner ID of the Id
      *
      * @param id
      * @return
@@ -221,7 +221,7 @@ public class HstoreTable extends BackendTable<Session, 
BackendEntry> {
     }
 
     /**
-     * Return the point ID of the Id
+     * Return the owner ID of the Id
      *
      * @param id
      * @return

Reply via email to