You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/04/25 10:52:26 UTC

[GitHub] [incubator-hugegraph] imbajin commented on a diff in pull request #1653: chore: java 11 version support

imbajin commented on code in PR #1653:
URL: https://github.com/apache/incubator-hugegraph/pull/1653#discussion_r857498371


##########
hugegraph-test/src/main/java/com/baidu/hugegraph/tinkerpop/TestGraphFactory.java:
##########
@@ -19,9 +19,8 @@
 
 package com.baidu.hugegraph.tinkerpop;
 
-import org.apache.commons.configuration.Configuration;
-
 import com.baidu.hugegraph.HugeFactory;
+import org.apache.commons.configuration2.Configuration;

Review Comment:
   is the order right? (the original keep them divide?)



##########
hugegraph-test/src/main/java/com/baidu/hugegraph/unit/cassandra/CassandraTest.java:
##########
@@ -21,8 +21,9 @@
 
 import java.util.Map;
 
-import org.apache.commons.configuration.Configuration;
-import org.apache.commons.configuration.PropertiesConfiguration;
+import com.baidu.hugegraph.config.OptionSpace;

Review Comment:
   the order? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org