We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0e160 commit 1d86855Copy full SHA for 1d86855
1 file changed
opentracing-shim/src/main/java/io/opentelemetry/opentracingshim/OpenTracingShim.java
@@ -15,9 +15,9 @@
15
* OpenTelemetry APIs.
16
*
17
* @since 1.26.0
18
- * @deprecated OpenTracing is deprecated in the OpenTelemetry specification. This shim is
19
- * deprecated accordingly and is expected to stop being published sometime in 2027 per spec
20
- * guidance. Prefer migrating to the OpenTelemetry API directly.
+ * @deprecated OpenTracing is deprecated in the OpenTelemetry specification. This shim is deprecated
+ * accordingly and is expected to stop being published sometime in 2027 per spec guidance.
+ * Prefer migrating to the OpenTelemetry API directly.
21
*/
22
@Deprecated
23
public final class OpenTracingShim {
0 commit comments