Make PropagationType a public type

The PropagationType enum is returned from public methods so
should be public itself.

See gh-39265
This commit is contained in:
Vaibhav Jaiswal 2024-01-22 18:11:28 +05:30 committed by Phillip Webb
parent d7afdf446b
commit 16c0f035a9

View File

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