Skip to content

Commit

Permalink
Update hugegraph-client/src/main/java/org/apache/hugegraph/driver/Hug…
Browse files Browse the repository at this point in the history
…eClient.java
  • Loading branch information
aroundabout authored Dec 5, 2023
1 parent 07a1a7c commit 5f5285e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ private void initManagers(RestClient client, String graph) {

private void checkServerApiVersion() {
VersionUtil.Version apiVersion = VersionUtil.Version.of(this.version.getApiVersion());
# TODO: find a way to keep the range of api version correct automatically
# 0.81 equals to the {latest_api_version} +10
// TODO: find a way to keep the range of api version correct automatically
// 0.81 equals to the {latest_api_version} +10
VersionUtil.check(apiVersion, "0.38", "0.81", "hugegraph-api in server");
this.client.apiVersion(apiVersion);
}
Expand Down

0 comments on commit 5f5285e

Please sign in to comment.