Skip to content

Commit

Permalink
gh-266 ChainedIterable made public - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDev404 committed May 6, 2022
1 parent 2262bf9 commit 287f28b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ public void close() {
}
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ private Iterator<? extends T> getIterator() {

return currentIterator;
}
}
}

0 comments on commit 287f28b

Please sign in to comment.