File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
noop-api/src/main/java/io/opentelemetry/contrib/noopapi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515/**
1616 * A {@link ContextStorageProvider} that returns a {@link ContextStorage} which is completely no-op.
1717 */
18- public class NoopContextStorageProvider implements ContextStorageProvider {
18+ public final class NoopContextStorageProvider implements ContextStorageProvider {
1919
2020 /** Returns a no-op context storage. */
2121 @ Override
Original file line number Diff line number Diff line change 4242 * <p>The above will succeed both with the {@linkplain OpenTelemetry#noop() default implementation}
4343 * and this one, but with this implementation there will be no overhead at all.
4444 */
45- public class NoopOpenTelemetry implements OpenTelemetry {
45+ public final class NoopOpenTelemetry implements OpenTelemetry {
4646
4747 private static final OpenTelemetry INSTANCE = new NoopOpenTelemetry ();
4848
You can’t perform that action at this time.
0 commit comments