Skip to content

Commit 1d86855

Browse files
Fix opentracing shim deprecation formatting
1 parent 6f0e160 commit 1d86855

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

opentracing-shim/src/main/java/io/opentelemetry/opentracingshim/OpenTracingShim.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* OpenTelemetry APIs.
1616
*
1717
* @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.
18+
* @deprecated OpenTracing is deprecated in the OpenTelemetry specification. This shim is deprecated
19+
* accordingly and is expected to stop being published sometime in 2027 per spec guidance.
20+
* Prefer migrating to the OpenTelemetry API directly.
2121
*/
2222
@Deprecated
2323
public final class OpenTracingShim {

0 commit comments

Comments
 (0)