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

[accumulo] branch master updated (6a74b46 -> ca8e1fe)

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

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


    from 6a74b46  Remove negations in 'isEmpty' and 'if' statements. (#1593)
     add ca8e1fe  Update manual array to collections copy method. (#1595)

No new revisions were added by this update.

Summary of changes:
 .../accumulo/core/clientImpl/mapreduce/lib/InputConfigurator.java  | 5 ++---
 .../org/apache/accumulo/core/clientImpl/TabletLocatorImplTest.java | 4 +---
 .../java/org/apache/accumulo/core/iterators/user/CombinerTest.java | 4 +---
 .../java/org/apache/accumulo/core/iterators/user/FilterTest.java   | 5 ++---
 .../accumulo/hadoopImpl/mapreduce/lib/InputConfigurator.java       | 4 +---
 .../org/apache/accumulo/server/security/handler/ZKPermHandler.java | 3 +--
 .../accumulo/server/security/handler/ZKAuthenticatorTest.java      | 7 +++----
 .../org/apache/accumulo/master/tableOps/bulkVer1/LoadFiles.java    | 4 +---
 .../src/main/java/org/apache/accumulo/monitor/view/WebViews.java   | 6 +++---
 .../java/org/apache/accumulo/shell/commands/CloneTableCommand.java | 5 ++---
 .../org/apache/accumulo/shell/commands/DeleteAuthsCommand.java     | 5 ++---
 .../java/org/apache/accumulo/shell/commands/TableOperation.java    | 5 ++---
 test/src/main/java/org/apache/accumulo/test/VolumeChooserIT.java   | 7 +++----
 .../java/org/apache/accumulo/test/functional/VisibilityIT.java     | 6 +-----
 14 files changed, 25 insertions(+), 45 deletions(-)