You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/11/06 02:02:18 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1411: Move system iterators to iteratorsImpl package. Closes #1390

ctubbsii 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_r342884306
 
 

 ##########
 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:
   Wasn't the InterruptibleIterator created as an interface for users? Is this part of the yielding stuff? If so, this might be in the wrong package already. Or am I thinking of something else?

----------------------------------------------------------------
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