From 787ac33df775e06f0c69403ef0022167dd31df09 Mon Sep 17 00:00:00 2001 From: Rick Giles Date: Thu, 19 Dec 2002 11:17:54 +0000 Subject: [PATCH] minor Javadoc correction --- .../tools/checkstyle/checks/InnerAssignmentCheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: *

*