Skip to content

Commit

Permalink
Normalize setter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent 3dbe0bc commit ed9339f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public DateValidatorTest(final String name) {
}

/**
* Set Up.
* Sets up test fixtures.
*/
@Override
protected void setUp() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ABANumberCheckDigitTest(final String name) {
}

/**
* Set up routine & valid codes.
* Sets up routine & valid codes.
*/
@Override
protected void setUp() {
Expand Down

0 comments on commit ed9339f

Please sign in to comment.