From notifications-return-52848-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Wed Nov 6 16:42:49 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A6758180651 for ; Wed, 6 Nov 2019 17:42:48 +0100 (CET) Received: (qmail 43623 invoked by uid 500); 6 Nov 2019 16:42:48 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 43611 invoked by uid 99); 6 Nov 2019 16:42:47 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2019 16:42:47 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] [accumulo] milleruntime commented on a change in pull request #1411: Move system iterators to iteratorsImpl package. Closes #1390 Message-ID: <157305856778.24024.11121218212902750182.gitbox@gitbox.apache.org> Date: Wed, 06 Nov 2019 16:42:47 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit milleruntime commented on a change in pull request #1411: Move system iterators to iteratorsImpl package. Closes #1390 URL: https://github.com/apache/accumulo/pull/1411#discussion_r343204492 ########## File path: core/src/main/java/org/apache/accumulo/core/iteratorsImpl/system/InterruptibleIterator.java ########## @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.accumulo.core.iterators.system; +package org.apache.accumulo.core.iteratorsImpl.system; Review comment: Looking at the other classes implementing InterruptibleIterator, I agree this should be internal use only. ---------------------------------------------------------------- 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 With regards, Apache Git Services