milleruntime commented on code in PR #2632:
URL: https://github.com/apache/accumulo/pull/2632#discussion_r852129381


##########
core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java:
##########
@@ -330,6 +330,23 @@ public int getCount(Property property) {
     return Integer.parseInt(countString);
   }
 
+  /**
+   * Gets the default value of a property of type {@link PropertyType#COUNT}, 
interpreting the value
+   * properly (as an integer).
+   *
+   * @param property
+   *          property to get default value
+   * @return property default value
+   * @throws IllegalArgumentException
+   *           if the property is of the wrong type
+   */
+  public int getDefaultCount(Property property) {

Review Comment:
   I don't think its needed anymore but I was waiting to get feedback from 
@ctubbsii 



-- 
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]

Reply via email to