builder:RulesProperties: added javadoc
This commit is contained in:
parent
68c74e2d08
commit
aa6bb84396
1 changed files with 4 additions and 1 deletions
|
@ -20,5 +20,8 @@ import java.util.List;
|
||||||
@ConfigurationProperties
|
@ConfigurationProperties
|
||||||
class RulesProperties {
|
class RulesProperties {
|
||||||
|
|
||||||
public List<Rule> rules;
|
/**
|
||||||
|
* The Checkstyle checks.
|
||||||
|
*/
|
||||||
|
private List<Rule> rules;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue