jkosh44 commented on a change in pull request #1701:
URL: https://github.com/apache/accumulo/pull/1701#discussion_r484111856
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/PluginEnvironment.java
##########
@@ -55,6 +55,15 @@
*/
String get(String key);
+ /**
+ * Returns all properties with a given prefix
+ *
+ * @param prefix
+ * prefix of properties to be returned
+ * @return all properties with a given prefix
+ */
Review comment:
Thanks, added
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]