This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c14772  Removed obsolete comment (#2099)
9c14772 is described below

commit 9c1477271296e1d47c13d6c38c0efbaa50b0e4d3
Author: Dom G <47725857+domgargu...@users.noreply.github.com>
AuthorDate: Wed May 12 13:56:54 2021 -0400

    Removed obsolete comment (#2099)
---
 core/src/main/java/org/apache/accumulo/core/util/ConfigurationImpl.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/util/ConfigurationImpl.java 
b/core/src/main/java/org/apache/accumulo/core/util/ConfigurationImpl.java
index 87d34ac..15a31fd 100644
--- a/core/src/main/java/org/apache/accumulo/core/util/ConfigurationImpl.java
+++ b/core/src/main/java/org/apache/accumulo/core/util/ConfigurationImpl.java
@@ -107,7 +107,6 @@ public class ConfigurationImpl implements Configuration {
   }
 
   private Map<String,String> buildCustom(Property customPrefix) {
-    // This could be optimized as described in #947
     return 
acfg.getAllPropertiesWithPrefix(customPrefix).entrySet().stream().collect(
         Collectors.toUnmodifiableMap(e -> 
e.getKey().substring(customPrefix.getKey().length()),
             Entry::getValue));

Reply via email to