Skip to content

Commit

Permalink
Use Transport Request (#163)
Browse files Browse the repository at this point in the history
Remove usage of deprecated BaseNodeRequest

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB authored Oct 13, 2022
1 parent 1eebc3f commit 8269730
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

import java.io.IOException;

import org.opensearch.action.support.nodes.BaseNodeRequest;
import org.opensearch.common.io.stream.StreamInput;
import org.opensearch.common.io.stream.StreamOutput;
import org.opensearch.transport.TransportRequest;

public class UploadStatsNodeRequest extends BaseNodeRequest {
public class UploadStatsNodeRequest extends TransportRequest {

private final UploadStatsRequest request;

Expand Down

0 comments on commit 8269730

Please sign in to comment.