apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

HugeConfig save to file is empty #50

Closed Linary closed 4 years ago

Linary commented 4 years ago

reproduce steps

// file origin.properties is not empty
HugeConfig config = new HugeConfig("origin.properties");
config.save("copied.propties");

open file copied.propties, it's empty