Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/275#discussion_r128368819 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/system/LocalityGroupIterator.java --- @@ -16,23 +16,28 @@ */ package org.apache.accumulo.core.iterators.system; +import com.google.common.collect.ImmutableSet; --- End diff -- We have a well-defined ordering of imports in Accumulo. I suggested that if these were re-ordered to adhered to that ordering, let's do that, just in a separate issue. If the ordering was your just IDE moving stuff around, revert here is all we need.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---