Javadoc & mixin order fixes

This commit is contained in:
paulevsGitch 2021-12-03 20:55:19 +03:00
parent 1a0cb36739
commit 1af5bf2e2d
2 changed files with 7 additions and 7 deletions

View file

@ -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);