Add final modifier to the class in jetty-httpclient (#11522)

This commit is contained in:
Steve Rao 2024-06-03 19:38:05 +08:00 committed by GitHub
parent 1ddf924695
commit 31c32a0d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.eclipse.jetty.client.api.Result;
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
* at any time.
*/
public class JettyHttpClient9TracingInterceptor
public final class JettyHttpClient9TracingInterceptor
implements Request.BeginListener,
Request.FailureListener,
Response.SuccessListener,