Skip to content

Commit

Permalink
Corrected the package name used in the Javadocs for DataFlowComponent.
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Sep 29, 2022
1 parent 0b0981f commit fac39ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Represents a part of the pipeline through which data flows. This includes
* {@link com.amazon.dataprepper.model.sink.Sink} and {@link com.amazon.dataprepper.model.processor.Processor}.
* {@link org.opensearch.dataprepper.model.sink.Sink} and {@link org.opensearch.dataprepper.model.processor.Processor}.
*
* @param <T> The type of component.
*/
Expand Down

0 comments on commit fac39ba

Please sign in to comment.