diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.java index 8a3800c49..a22b63b9b 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.java @@ -54,7 +54,7 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST; * <module name="InnerAssignment"/> * * - *

An example of how to configure the check for only +, + *

An example of how to configure the check for only =, * +=, and -= operators is: *

*