Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public boolean hasOptions() {
}

/**
* Removes an option from the the set.
* Removes an option from the set.
* @param option {@link java.lang.String} option.
* @return boolean indicating successful removal of option.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public void update() throws Exception {
this.personTestData[PersonName.PATRICK.getIndex()], this.personTestData[PersonName.PETER.getIndex()],
this.personTestData[PersonName.DALEKS.getIndex()], this.personTestData[PersonName.MASTER.getIndex()], };

// Delete a some entries from the the test data set and check what's left is what we'd
// Delete a some entries from the test data set and check what's left is what we'd
// expect
@Test
public void delete() throws Exception {
Expand Down