mikewalch commented on a change in pull request #357: ACCUMULO-4611 Deprecate
commons config in api
URL: https://github.com/apache/accumulo/pull/357#discussion_r161848380
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/ClientConfiguration.java
##########
@@ -221,6 +245,45 @@ public static ClientConfiguration loadDefault() {
return loadFromSearchPath(getDefaultSearchPath());
}
+ /**
+ * Initializes an empty configuration object to be further configured with
other methods on the class.
+ *
+ * @since 1.9.0
+ */
+ public static ClientConfiguration empty() {
Review comment:
I like `create()`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services