Skip to content

Commit

Permalink
Fixes Javadoc issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Jul 22, 2024
1 parent ad1b60b commit c426862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public Builder(Tracer tracer) {
}

/**
* @param operationNameConstructor to name all spans created by this intercepter
* @param operationNameConstructor to name all spans created by this interceptor
* @return this Builder with configured operation name
*/
public Builder withOperationName(GrpcTracingName operationNameConstructor) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ private GrpcProxyBuilder(GrpcServiceClient client, Class<T> type) {
* for a given gRPC service interface.
* <p>
* The class passed to this method should be properly annotated with
* {@link io.helidon.microprofile.grpc.core.Grpc} and
* {@link io.helidon.microprofile.grpc.core.GrpcMethod} annotations
* {@link io.helidon.microprofile.grpc.api.Grpc} and
* {@link io.helidon.microprofile.grpc.api.GrpcMethod} annotations
* so that the proxy can properly route calls to the server.
*
* @param channel the {@link io.grpc.Channel} to connect to the server
Expand Down

0 comments on commit c426862

Please sign in to comment.