File tree 1 file changed +4
-7
lines changed
src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
44
*
45
45
* <p>
46
46
* The policy to verify is specified using the {@link LeftCurlyOption} class and
47
- * defaults to {@link LeftCurlyOption#EOL}. Policies {@link LeftCurlyOption#EOL}
48
- * and {@link LeftCurlyOption#NLOW} take into account property maxLineLength.
49
- * The default value for maxLineLength is 80.
47
+ * defaults to {@link LeftCurlyOption#EOL}.
50
48
* </p>
51
49
* <p>
52
50
* An example of how to configure the check is:
56
54
* </pre>
57
55
* <p>
58
56
* An example of how to configure the check with policy
59
- * {@link LeftCurlyOption#NLOW} and maxLineLength 120 is:
57
+ * {@link LeftCurlyOption#NLOW} is:
60
58
* </p>
61
59
* <pre>
62
60
* <module name="LeftCurly">
63
- * <property name="option"
64
- * value="nlow"/> <property name="maxLineLength" value="120"/> <
65
- * /module>
61
+ * <property name="option" value="nlow"/>
62
+ * </module>
66
63
* </pre>
67
64
* <p>
68
65
* An example of how to configure the check to validate enum definitions:
You can’t perform that action at this time.
0 commit comments