forked from plusone/plusone-validator
style: 格式化代码
This commit is contained in:
parent
ae970cb393
commit
ff374a049e
@ -18,7 +18,8 @@ package xyz.zhouxy.plusone.validator;
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
public class ObjectPropertyValidator<T, TProperty> extends BasePropertyValidator<T, TProperty, ObjectPropertyValidator<T, TProperty>> {
|
||||
public class ObjectPropertyValidator<T, TProperty>
|
||||
extends BasePropertyValidator<T, TProperty, ObjectPropertyValidator<T, TProperty>> {
|
||||
|
||||
ObjectPropertyValidator(Function<T, TProperty> getter) {
|
||||
super(getter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user