Skip to content

Commit

Permalink
minor: Javadoc of RightCurlyCheck is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
renjith7189 authored and Sloent committed Apr 18, 2023
1 parent 5e22dd2 commit 708cd03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

/**
* <p>
* Checks the placement of right curly braces ({@code '}'}) for code blocks. This check supports
* if-else, try-catch-finally blocks, switch statements, while-loops, for-loops,
* Checks the placement of right curly braces (<code>'}'</code>) for code blocks. This check
* supports if-else, try-catch-finally blocks, switch statements, while-loops, for-loops,
* method definitions, class definitions, constructor definitions,
* instance, static initialization blocks, annotation definitions and enum definitions.
* For right curly brace of expression blocks of arrays, lambdas and class instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
name="RightCurly"
parent="com.puppycrawl.tools.checkstyle.TreeWalker">
<description>&lt;p&gt;
Checks the placement of right curly braces ({@code '}'}) for code blocks. This check supports
if-else, try-catch-finally blocks, switch statements, while-loops, for-loops,
Checks the placement of right curly braces (&lt;code&gt;'}'&lt;/code&gt;) for code blocks. This check
supports if-else, try-catch-finally blocks, switch statements, while-loops, for-loops,
method definitions, class definitions, constructor definitions,
instance, static initialization blocks, annotation definitions and enum definitions.
For right curly brace of expression blocks of arrays, lambdas and class instances
Expand Down

0 comments on commit 708cd03

Please sign in to comment.