19
19
import java .util .Collection ;
20
20
import java .util .List ;
21
21
import java .util .function .BiFunction ;
22
- import java .util .function .Function ;
23
22
24
23
import org .springframework .context .MessageSourceResolvable ;
25
24
import org .springframework .core .MethodParameter ;
@@ -89,7 +88,7 @@ public ParameterValidationResult(
89
88
/**
90
89
* Create a {@code ParameterValidationResult}.
91
90
* @deprecated in favor of
92
- * {@link ParameterValidationResult#ParameterValidationResult(MethodParameter, Object, Collection, Object, Integer, Object, Function )}
91
+ * {@link ParameterValidationResult#ParameterValidationResult(MethodParameter, Object, Collection, Object, Integer, Object, BiFunction )}
93
92
*/
94
93
@ Deprecated (since = "6.2" , forRemoval = true )
95
94
public ParameterValidationResult (
@@ -104,7 +103,7 @@ public ParameterValidationResult(
104
103
/**
105
104
* Create a {@code ParameterValidationResult}.
106
105
* @deprecated in favor of
107
- * {@link ParameterValidationResult#ParameterValidationResult(MethodParameter, Object, Collection, Object, Integer, Object, Function )}
106
+ * {@link ParameterValidationResult#ParameterValidationResult(MethodParameter, Object, Collection, Object, Integer, Object, BiFunction )}
108
107
*/
109
108
@ Deprecated (since = "6.1.3" , forRemoval = true )
110
109
public ParameterValidationResult (
0 commit comments