Skip to content

Commit 31c32a0

Browse files
authored
Add final modifier to the class in jetty-httpclient (#11522)
1 parent 1ddf924 commit 31c32a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/src/main/java/io/opentelemetry/instrumentation/jetty/httpclient/v9_2/internal/JettyHttpClient9TracingInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
2929
* at any time.
3030
*/
31-
public class JettyHttpClient9TracingInterceptor
31+
public final class JettyHttpClient9TracingInterceptor
3232
implements Request.BeginListener,
3333
Request.FailureListener,
3434
Response.SuccessListener,

0 commit comments

Comments
 (0)