- Relates #791
This commit is contained in:
Janne Valkealahti
2019-08-03 07:57:16 +01:00
parent 6befc614a0
commit e566f7ee65

View File

@@ -41,8 +41,6 @@ public final class Guards {
if (guard != null) {
return context -> Mono.fromSupplier(() -> guard.evaluate(context));
} else {
// TODO: REACTOR think if should just return funtion evaluating true as null guard
// essentially is like a guard evaluating true, thought we'd prevent on dummy call.
return null;
}
}