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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
