Remove useless inline comments
This commit is contained in:
parent
b580420c73
commit
ead758cf4d
|
@ -68,8 +68,6 @@ public class BoundedIteratorTest<E> extends AbstractIteratorTest<E> {
|
|||
testList = Arrays.asList((E[]) testArray);
|
||||
}
|
||||
|
||||
// ---------------- Tests ---------------------
|
||||
|
||||
/**
|
||||
* Test a decorated iterator bounded such that the first element returned is
|
||||
* at an index greater its first element, and the last element returned is
|
||||
|
|
|
@ -64,8 +64,6 @@ public class SkippingIteratorTest<E> extends AbstractIteratorTest<E> {
|
|||
testList = Arrays.asList((E[]) testArray);
|
||||
}
|
||||
|
||||
// ---------------- Tests ---------------------
|
||||
|
||||
/**
|
||||
* Test the case if a negative {@code offset} is passed to the
|
||||
* constructor. {@link IllegalArgumentException} is expected.
|
||||
|
|
Loading…
Reference in New Issue