Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Sep 6, 2025

Applying the style guide section:

Public non-internal classes should be declared final where possible.

…crometer-meter-provider, noop-api, processors, resource-providers, samplers
@trask trask marked this pull request as ready for review September 6, 2025 19:51
@trask trask requested a review from a team as a code owner September 6, 2025 19:51
public final LogRecordProcessor delegate;
public final Predicate<LogRecordData> predicate;
private final LogRecordProcessor delegate;
private final Predicate<LogRecordData> predicate;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems reasonable to me to expect that people would not be relying on these being available

@breedx-splk breedx-splk added this pull request to the merge queue Sep 10, 2025
Merged via the queue into open-telemetry:main with commit fb1ef87 Sep 10, 2025
25 checks passed
@trask trask deleted the pr10-others-final-classes branch October 20, 2025 17:06
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.

9 participants