keith-turner 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_r343115158
########## 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 Review comment: Would be best not to ref this in the javadocs ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
