You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/06 19:58:45 UTC

[GitHub] [accumulo] jkosh44 commented on a change in pull request #1701: Add method to get properties with a prefix

jkosh44 commented on a change in pull request #1701:
URL: https://github.com/apache/accumulo/pull/1701#discussion_r484108048



##########
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:
       I know this should probably have a `@since` tag, I'm just not sure what version to put. Please let me know and I'll add it.




----------------------------------------------------------------
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:
users@infra.apache.org