mirror of
https://github.com/torproject/metrics-lib.git
synced 2024-11-26 18:50:28 +00:00
Remove unused constructor.
This commit is contained in:
parent
3554a91d81
commit
a8e0cb7ab7
@ -19,10 +19,6 @@ public class BlockingIteratorImpl<T> implements Iterator<T>, Iterable<T> {
|
||||
/* Maximum number of elements in queue. */
|
||||
private int maxQueueSize = 100;
|
||||
|
||||
/* Restrict object construction to the impl package. */
|
||||
protected BlockingIteratorImpl() {
|
||||
}
|
||||
|
||||
/* Create instance with maximum queue size. */
|
||||
protected BlockingIteratorImpl(Integer maxQueueSize) {
|
||||
if (null != maxQueueSize) {
|
||||
|
Loading…
Reference in New Issue
Block a user