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 16:29:08 UTC

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

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_r343196314
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
 ##########
 @@ -39,7 +40,7 @@
  * columnFamilies passed into seek(). If you want a Map-backed Iterator that returns only sought
  * CFs, construct a new ColumnFamilySkippingIterator(new SortedMapIterator(map)).
  *
- * @see org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
+ * @see ColumnFamilySkippingIterator
  */
 public class SortedMapIterator implements InterruptibleIterator {
 
 Review comment:
   Good catch.  Yeah I'll see what I can do.

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