Skip to content

Commit

Permalink
pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 12, 2024
1 parent 069db45 commit 44de5ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public OtlpStdoutLogRecordExporterBuilder setWrapperJsonObject(boolean wrapperJs
/**
* Sets the exporter to use the specified output stream.
*
* <p>The output stream will be closed when {@link OtlpStdoutLogRecord#shutdown()} is called
* unless it's {@link System#out} or {@link System#err}.
* <p>The output stream will be closed when {@link OtlpStdoutLogRecordExporter#shutdown()} is
* called unless it's {@link System#out} or {@link System#err}.
*
* @param outputStream the output stream to use.
*/
Expand Down

0 comments on commit 44de5ea

Please sign in to comment.