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: [email protected] With regards, Apache Git Services
