Javadoc & mixin order fixes
This commit is contained in:
parent
1a0cb36739
commit
1af5bf2e2d
2 changed files with 7 additions and 7 deletions
|
@ -116,8 +116,8 @@ public class SurfaceRuleBuilder {
|
|||
|
||||
/**
|
||||
* Allows to add custom rule.
|
||||
* @param rule
|
||||
* @return
|
||||
* @param rule custom {@link SurfaceRules.RuleSource}.
|
||||
* @return same {@link SurfaceRuleBuilder} instance.
|
||||
*/
|
||||
public SurfaceRuleBuilder rule(SurfaceRules.RuleSource rule) {
|
||||
return rule(7, rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue