Skip to content

Commit

Permalink
[hotfix] Fix broken Javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Sep 7, 2023
1 parent b06c0a2 commit ac5b13b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class RequestReplyFunctionBuilder extends StatefulFunctionBuilder {
/**
* Create a new builder for a remote function with a given type and an endpoint.
*
* @deprecated Use {@link StatefulFunctionBuilder::requestReplyFunctionBuilder} instead.
* @deprecated Use {@link StatefulFunctionBuilder#requestReplyFunctionBuilder} instead.
* @param functionType the function type that is served remotely.
* @param endpoint the endpoint that serves that remote function.
* @return a builder.
Expand Down

0 comments on commit ac5b13b

Please sign in to comment.