Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed May 22, 2024
1 parent 08201f2 commit 608da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/SimpleExportProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace OpenTelemetry;
public abstract class SimpleExportProcessor<T> : BaseExportProcessor<T>
where T : class
{
private readonly object syncObject;
private readonly object? syncObject;
private readonly ConcurrencyModes supportedConcurrencyModes;

/// <summary>
Expand Down

0 comments on commit 608da98

Please sign in to comment.