com.puppycrawl.tools.checkstyle.checks.blocks
public final class RightCurlyOption extends AbstractOption
'}'.
Version: 1
| Field Summary | |
|---|---|
| static RightCurlyOption | ALONE
Represents the policy that the brace must be alone on the line. |
| static RightCurlyOption | SAME
Represents the policy that the brace must be on the same line as the
next statement. |
| Method Summary | |
|---|---|
| protected Map | getStrToOpt() |
try {
...
}
finally {
try {
...
} finally {