Skip to content

Commit

Permalink
Javadoc: Upper case acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 17, 2023
1 parent c87eba7 commit 595c60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/apache/commons/validator/EmailTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ public void testEmailWithSpaces() throws ValidatorException {
}

/**
* Tests the email validation with ascii control characters.
* (i.e. Ascii chars 0 - 31 and 127)
* Tests the email validation with ASCII control characters.
* (i.e. ASCII chars 0 - 31 and 127)
*/
public void testEmailWithControlChars() {
final EmailValidator validator = new EmailValidator();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ public void testEmailWithSpaces() {
}

/**
* Tests the email validation with ascii control characters.
* (i.e. Ascii chars 0 - 31 and 127)
* Tests the email validation with ASCII control characters.
* (i.e. ASCII chars 0 - 31 and 127)
*/
@Test
public void testEmailWithControlChars() {
Expand Down

0 comments on commit 595c60f

Please sign in to comment.