Add final modifier to the class in jetty-httpclient (#11522)
This commit is contained in:
parent
1ddf924695
commit
31c32a0d00
|
@ -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
|
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
|
||||||
* at any time.
|
* at any time.
|
||||||
*/
|
*/
|
||||||
public class JettyHttpClient9TracingInterceptor
|
public final class JettyHttpClient9TracingInterceptor
|
||||||
implements Request.BeginListener,
|
implements Request.BeginListener,
|
||||||
Request.FailureListener,
|
Request.FailureListener,
|
||||||
Response.SuccessListener,
|
Response.SuccessListener,
|
||||||
|
|
Loading…
Reference in New Issue