Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 15, 2023
1 parent 3364ce8 commit ac6ccab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ public class SimulateBulkRequest extends BulkRequest {
* the same pipelineId. The key of the map is the pipelineId, and the value the pipeline definition as
* parsed by XContentHelper.convertToMap().
*/
/**
*
* @param pipelineSubstitutions
*/
public SimulateBulkRequest(@Nullable Map<String, Map<String, Object>> pipelineSubstitutions) {
super();
this.pipelineSubstitutions = pipelineSubstitutions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ private Map<String, Pipeline> getPipelineSubstitutions(

/**
* This method returns the Pipeline for the given pipelineId. If a substitute definition of the pipeline has been defined for the
* cuurent simulate, then that pipeline is returned. Otherwise the pipeline stored in the cluster state is returned.
* @param pipelineId
* @return
* current simulate, then that pipeline is returned. Otherwise, the pipeline stored in the cluster state is returned.
*/
@Override
public Pipeline getPipeline(String pipelineId) {
Expand Down

0 comments on commit ac6ccab

Please sign in to comment.