Skip to content

Commit

Permalink
add type for transportAction
Browse files Browse the repository at this point in the history
Signed-off-by: mloufra <mloufra@amazon.com>
  • Loading branch information
mloufra committed Oct 17, 2022
1 parent 9654a15 commit 209ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/sdk/TransportActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class TransportActions {
private final Logger logger = LogManager.getLogger(TransportActions.class);
private Map<String, Class<?>> transportActions;
private Map<String, Class<? extends TransportAction<? extends ActionRequest, ? extends ActionResponse>>> transportActions;

/**
* Constructor for TransportActions. Creates a map of transportActions for this extension.
Expand Down

0 comments on commit 209ff63

Please sign in to comment.