Skip to content

Commit

Permalink
Remove useless inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 31, 2024
1 parent b580420 commit ead758c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public void setUp()
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ public void setUp()
testList = Arrays.asList((E[]) testArray);
}

// ---------------- Tests ---------------------

/**
* Test the case if a negative {@code offset} is passed to the
* constructor. {@link IllegalArgumentException} is expected.
Expand Down

0 comments on commit ead758c

Please sign in to comment.