You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/11/18 16:04:50 UTC

[accumulo] branch master updated (ccb357f -> 5100847)

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

kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from ccb357f  Merge branch '1.9'
     add 5100847  Fixes #1418: Remove DefaultMap, use computeIfAbsent (#1436)

No new revisions were added by this update.

Summary of changes:
 .../apache/accumulo/server/util/DefaultMap.java    | 60 ----------------------
 .../accumulo/server/util/DefaultMapTest.java       | 50 ------------------
 .../java/org/apache/accumulo/master/Master.java    | 11 ++--
 .../org/apache/accumulo/master/DefaultMapTest.java | 39 --------------
 4 files changed, 6 insertions(+), 154 deletions(-)
 delete mode 100644 server/base/src/main/java/org/apache/accumulo/server/util/DefaultMap.java
 delete mode 100644 server/base/src/test/java/org/apache/accumulo/server/util/DefaultMapTest.java
 delete mode 100644 server/master/src/test/java/org/apache/accumulo/master/DefaultMapTest.java