fix: update deprecation link to FunctionCallback.builder()

This commit is contained in:
Gareth Evans
2025-01-06 12:45:50 +00:00
committed by Ilayaperumal Gopinathan
parent 823766f436
commit 0738122318

View File

@@ -40,7 +40,7 @@ import org.springframework.util.Assert;
* @param <O> the output type
* @author Christian Tzolov
* @author Sebastien Deleuze
* @deprecated in favor of {@link FunctionCallbackWrapper.Builder}
* @deprecated in favor of {@link FunctionCallback.Builder}
*/
@Deprecated
public final class FunctionCallbackWrapper<I, O> extends AbstractFunctionCallback<I, O> {