Skip to content

Commit 76ce497

Browse files
author
neoremind
committed
delete comment
1 parent 1e541c9 commit 76ce497

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fluent-validator/src/test/java/com/baidu/unbiz/fluentvalidator/QuickValidatorTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ class InnerValidatorWithoutSharedContext extends ValidatorHandler<Car> implement
127127

128128
@Override
129129
public boolean validate(ValidatorContext context, final Car car) {
130-
// Pass the context to QuickValidator to create a new FluentValidator instance,
131-
// so that validation result can be set within the same context,
132-
// or you can consider the context to be shared.
133130
return QuickValidator.doAndGetComplexResult(new Decorator() {
134131
@Override
135132
public FluentValidator decorate(FluentValidator fv) {

0 commit comments

Comments
 (0)