Skip to content

Commit 67fd0c7

Browse files
committed
Remove stray token from addLogRecordProcessorCustomizer Javadoc
1 parent 09d6c17 commit 67fd0c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/AutoConfiguredOpenTelemetrySdkBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ public AutoConfiguredOpenTelemetrySdkBuilder addLogRecordExporterCustomizer(
367367
* Adds a {@link BiFunction} to invoke for all autoconfigured {@link
368368
* io.opentelemetry.sdk.logs.LogRecordProcessor}s. The return value of the {@link BiFunction} will
369369
* replace the passed-in argument. In contrast to {@link
370-
* #addLogRecordExporterCustomizer(BiFunction)} (BiFunction)} this allows modifications to happen
371-
* before batching occurs. As a result, it is possible to efficiently filter logs, add artificial
372-
* logs or delay logs for enhancing them with external, delayed data.
370+
* #addLogRecordExporterCustomizer(BiFunction)} this allows modifications to happen before
371+
* batching occurs. As a result, it is possible to efficiently filter logs, add artificial logs or
372+
* delay logs for enhancing them with external, delayed data.
373373
*
374374
* <p>Multiple calls will execute the customizers in order.
375375
*/

0 commit comments

Comments
 (0)