Skip to content
Prev Previous commit
Next Next commit
fix javadoc
  • Loading branch information
amarziali committed Jul 4, 2025
commit c389b7767fdcc597dd17d25246da4babf0b8be3f
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class InjectingPipeOutputStream extends FilterOutputStream {
* @param downstream the delegate output stream
* @param marker the marker to find in the stream
* @param contentToInject the content to inject once before the marker if found.
* @param onContentInjected callback called when and if the content is injected.
*/
public InjectingPipeOutputStream(
final OutputStream downstream,
Expand Down