Merge branch '3.2.x'

Closes gh-39269
This commit is contained in:
Phillip Webb 2024-01-22 11:50:57 -08:00
commit 72f8bb8d13
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public class TracingProperties {
/**
* Supported propagation types. The declared order of the values matter.
*/
enum PropagationType {
public enum PropagationType {
/**
* <a href="https://www.w3.org/TR/trace-context/">W3C</a> propagation.