Skip to content

Remove stray token from addLogRecordProcessorCustomizer Javadoc#8641

Draft
thswlsqls wants to merge 1 commit into
open-telemetry:mainfrom
thswlsqls:docs/fix-log-record-processor-customizer-javadoc
Draft

Remove stray token from addLogRecordProcessorCustomizer Javadoc#8641
thswlsqls wants to merge 1 commit into
open-telemetry:mainfrom
thswlsqls:docs/fix-log-record-processor-customizer-javadoc

Conversation

@thswlsqls

Copy link
Copy Markdown
Contributor

Description

  • The Javadoc for AutoConfiguredOpenTelemetrySdkBuilder.addLogRecordProcessorCustomizer() had a duplicated (BiFunction)} right after the {@link #addLogRecordExporterCustomizer(BiFunction)} reference, which leaked into the generated Javadoc as stray text.
  • Removed the stray token. The sibling addSpanProcessorCustomizer() Javadoc already uses this clean form (In contrast to {@link #addSpanExporterCustomizer(BiFunction)} this allows...).

Testing done

  • Docs-only, test-exempt: no test added.
  • ./gradlew :sdk-extensions:autoconfigure:spotlessApply then ./gradlew :sdk-extensions:autoconfigure:check — BUILD SUCCESSFUL (compile, spotlessCheck, ErrorProne/NullAway, jApiCmp all passed).
  • No public API change, so no apidiff update.

@opentelemetry-pr-dashboard

opentelemetry-pr-dashboard Bot commented Jul 19, 2026

Copy link
Copy Markdown

Pull request dashboard status

Status last refreshed: 2026-07-20 21:23:38 UTC.

  • Waiting on: Author
  • Next step: Move out of draft to request review.

This automated status or its linked feedback items may be incorrect. If something looks wrong, report it with the result you expected.

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.64%. Comparing base (09d6c17) to head (67fd0c7).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8641   +/-   ##
=========================================
  Coverage     91.64%   91.64%           
  Complexity    10348    10348           
=========================================
  Files          1013     1013           
  Lines         27380    27380           
  Branches       3218     3218           
=========================================
  Hits          25092    25092           
  Misses         1558     1558           
  Partials        730      730           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant