Skip to content

Commit

Permalink
Issue checkstyle#6468: Fix typo in rationale of VisibilityModifier check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Mar 7, 2019
1 parent f236456 commit 03caa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -118,7 +118,7 @@
* that type will match to any named the same type without consideration of package.
* </p>
* <p>
* <b>Rationale</b>: Forcing all fields of class to have private modified by default is good
* <b>Rationale</b>: Forcing all fields of class to have private modifier by default is good
* in most cases, but in some cases it drawbacks in too much boilerplate get/set code.
* One of such cases are immutable classes.
* </p>
Expand Down
2 changes: 1 addition & 1 deletion src/xdocs/config_design.xml
Expand Up @@ -904,7 +904,7 @@ public class Foo{
<b>canonical</b> names.
</p>
<p>
Rationale: Forcing all fields of class to have private modified by default is good
Rationale: Forcing all fields of class to have private modifier by default is good
in most cases, but in some cases it drawbacks in too much boilerplate get/set code.
One of such cases are immutable classes.
</p>
Expand Down

0 comments on commit 03caa56

Please sign in to comment.