Skip to content

Commit

Permalink
#660 fixed typo and wording in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Feb 13, 2016
1 parent 47e2793 commit a52cf8b
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 @@ -584,7 +584,7 @@ public void rejectsSpacesInsideMethods() throws Exception {
}

/**
* CheckstyleValidator can reject uppercase Abbreviations in naming
* CheckstyleValidator can reject uppercase abbreviations in naming
* outside of final static fields.
*
* @throws Exception In case of error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package foo.bar;

/**
* Uppercase abbreviation IT in class name is allowed as an exception.
* Uppercase abbreviation IT in class name is allowed.
* @author John Smith (john@example.com)
* @version $Id$
* @since 1.0
Expand Down

0 comments on commit a52cf8b

Please sign in to comment.