Skip to content

Commit

Permalink
Removed Github DCO action since DCO runs via Github App now (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Sep 14, 2022
1 parent 19a6c84 commit 397ebcc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/ad/NodeStateManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class NodeStateManager implements MaintenanceState, CleanState {
/**
* Constructor
*
* @param client Client to make calls to ElasticSearch
* @param client Client to make calls to OpenSearch
* @param xContentRegistry ES named content registry
* @param settings ES settings
* @param clientUtil AD Client utility
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/ad/util/IndexUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class IndexUtils {
/**
* Inject annotation required by Guice to instantiate EntityResultTransportAction (transitive dependency)
*
* @param client Client to make calls to ElasticSearch
* @param client Client to make calls to OpenSearch
* @param clientUtil AD Client utility
* @param clusterService ES ClusterService
* @param indexNameExpressionResolver index name resolver
Expand Down

0 comments on commit 397ebcc

Please sign in to comment.