Skip to content

Commit

Permalink
Fix compile check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed May 13, 2024
1 parent b4d268a commit 1186867
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ default ClusterPolicy getDefaultPolicy(R request) {
* necessary for the current invocation process. This includes metadata,
* configuration settings, and potentially references to other relevant
* components within the system.
* @param invocation The {@link OutboundInvocation<R>} defining the outbound invocation logic.
* @param invocation The {@link OutboundInvocation}&lt;R&gt; defining the outbound invocation logic.
* This parameter specifies how the request should be executed, including
* the selection of endpoints, serialization of the request, and handling
* of responses.
Expand All @@ -105,8 +105,8 @@ default ClusterPolicy getDefaultPolicy(R request) {
* determined based on the current state of the cluster and the applicable
* routing policies.
* @return An outbound response of type {@code O}, corresponding to the executed request.
* The response type is generic and can be adapted based on the specific needs of
* the implementation.
* The response type is generic and can be adapted based on the specific needs of
* the implementation.
* @throws T If an error occurs during the execution of the request. The specific type of
* exception {@code T} is defined by the type parameter, allowing for flexibility
* in error handling and enabling the method to throw exceptions that are meaningful
Expand Down

0 comments on commit 1186867

Please sign in to comment.